I have an upload feature on my administration side of my site and i dont use the MAX_FILE_SIZE as a hidden field on the form. I simply have a field for the file to upload and do all the checks, for size, change filename, etc, on the receiving end (different script) and it works fine.Which sounds like it has to be there to me? I just checked a working file upload form without MAX_FILE_SIZE field, and it worked.. I guess i misunderstood what was on the tutorials ? Or i wonder if this was a must in the earlier versions of PHP? Anyone?
If you want the code, i can send it to you or post it here. :-)
Pag
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php