File upload technical issues: Difference between revisions

From LemonWiki共筆
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
** Check the content if the file extension is fake e.g. MIME type
* Visus
* Visus
* OS issue: file name upper case sensitive
* OS issue: file name upper case sensitive

Revision as of 16:53, 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