The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
File Upload Validation - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17) +--- Thread: File Upload Validation (/showthread.php?tid=2395) |
File Upload Validation - septemberbrain - Mar 7th, 2013 I am using an ajax script and the API to upload video files to my server. Everything works if the file is correct type and size but if it is not I do not get error codes sent back. Status is 200 and statusText is OK but responseText is the original form page. I've scoured the documentation and forum for file validation but have not found anything so far. Can someone point me in the right direction? Thanks! |