Re: [PHP] problems adjusting size of permissable file upload

2003-01-06 Thread Jason Wong
On Monday 06 January 2003 22:46, Kenn Murrah wrote: > Greetings. > > My code to upload file is working fine with very small files but not with > larger ones [snip] > 2. I've the following line to my html file: > You can get rid of that. In most cases it serves no purpose (browsers don't

Re: [PHP] problems adjusting size of permissable file upload

2003-01-06 Thread Stephan Seidt
http://www.php.net/phpversion 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

Re: [PHP] problems adjusting size of permissable file upload

2003-01-06 Thread Adam Voigt
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 larg

[PHP] problems adjusting size of permissable file upload

2003-01-06 Thread Kenn Murrah
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: when i try to upload a file of about 5 megs, it