File upload technical issues: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(Created page with "file upload technical issues * Cheeck file extension before upload * Check file content after upload ** Check the file extension ** Check the content if the file extension i...") Tags: Mobile edit Mobile web edit |
No edit summary |
||
| Line 2: | Line 2: | ||
* | * Check file extension before upload | ||
* 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 | ||
* Visus | * Visus | ||
References | |||
* [https://coderanch.com/t/289575/java/file-upload-technical-issues file upload technical issues (JSP forum at Coderanch)] | |||
* [https://stackoverflow.com/questions/2320069/jquery-ajax-file-upload javascript - jQuery Ajax File Upload - Stack Overflow] | |||
[[Category:Security]] | [[Category:Security]] | ||