Hello,
I have an upload script that worked fine until I moved it to a server w/ php 4.3.2. Now when I browse in a file and hit submit, I get a "document contains no data" error.
This happens when I reach a certain file size limit.
I went to php.ini and set post_max_size = 20M
and set upload_max_filesize = 20M
I also did set this in the actual form code:
<input type="hidden" name="MAX_FILE_SIZE" value="4000000">
None of this seemed to effect anything.
Also, I was getting the "document contains no data" error when the files were only 1.9 mb.
Any ideas?
Thanks,
clem C