Greetings.

My code to upload file is working fine with very small files but not with
larger ones ....

Here's what I've tried so far:

1.  I've edited my php.ini file to read: upload_max_filesize = 100M

2.  I've the following line to my html file:
<input type="hidden" name="MAX_FILE_SIZE" value="100000000" >

when i try to upload a file of about 5 megs, it's fine ... if i try about 8
megs, it isn't ...

Can anyone tell me what I'm doing wrong?

p.s. ... how do i determine what version of PHP is running on my server?

Thanks,




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to