strange file upload problem
Posted: Thu Oct 28, 2004 10:42 am
hi..can some help me with this.
i have a form with 4 <input type="file">, and i'm setting the an hidden field MAX_FILE_SIZE to 30000000 for testing purposes.
if i upload a single file with size 0f 10000000, everything work ok, but if a try to upload two files with the same size(10 000 000), i get redirected to some other page.
does this has something to do with the value that is set in the php.ini for uploaded files?
thanks.
i have a form with 4 <input type="file">, and i'm setting the an hidden field MAX_FILE_SIZE to 30000000 for testing purposes.
if i upload a single file with size 0f 10000000, everything work ok, but if a try to upload two files with the same size(10 000 000), i get redirected to some other page.
does this has something to do with the value that is set in the php.ini for uploaded files?
thanks.