that seems like a very descriptive warning to me...I got a php waring when I upload my file:
Warning: MAX_FILE_SIZE of 200000 bytes exceeded - file [imgpath=mz-n10.pdf] not saved in Unknown on line 0
yes... this is where you did put it...
In the form I write like these:
<input type='hidden' name='MAX_FILE_SIZE' value=200000>
<input type='file' name='imgpath'>
And my configuration is :
file_uploads = on
upload_max_filesize = 4M
upload_tmp_dir = /tmp
so, what 's wrong?
what do you *think* is wrong :| I mean... just *read* the warning :S And can I catch the exceeded file error before it is
passed back to the client?a) it's checked for size and discarded immediately
b) the file is never passed 'back' to the client. It just disappears into the abyss that is /dev/null
Best wishes.
yangshiqi
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php