File upload technical issues: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tags: Mobile edit Mobile web edit |
mNo edit summary Tags: Mobile edit Mobile web edit |
||
| Line 5: | Line 5: | ||
* Check file content after upload | * Check file content after upload | ||
** Check the file extension | ** Check the file extension | ||
** Check the content if the file extension is fake e.g. MIME type | ** Check the content if the file extension is fake e.g. [https://zh.m.wikipedia.org/wiki/%E5%A4%9A%E7%94%A8%E9%80%94%E4%BA%92%E8%81%AF%E7%B6%B2%E9%83%B5%E4%BB%B6%E6%93%B4%E5%B1%95 MIME type] | ||
* Visus | * Visus | ||
* OS issue: file name upper case sensitive | * OS issue: file name upper case sensitive | ||
Revision as of 16:55, 30 January 2022
file upload technical issues
- Check file extension before upload
- Check file content after upload
- Check the file extension
- Check the content if the file extension is fake e.g. MIME type
- Visus
- OS issue: file name upper case sensitive
References