There's also a max POST size variable in the php.ini, try upping that
cause the default is 8 MB if I'm not mistaken.

On Mon, 2003-01-06 at 09:46, Kenn Murrah wrote:
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
-- 
Adam Voigt ([EMAIL PROTECTED])
The Cryptocomm Group
My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to