Re: File Upload Problem
- From: "fwdkhan@xxxxxxxxx" <fwdkhan@xxxxxxxxx>
- Date: Mon, 26 May 2008 06:48:52 -0700 (PDT)
On May 24, 9:18 pm, Mike <ampel...@xxxxxxxxx> wrote:
Hello,
I am trying to upload a file via a web page of 1.6 meg.
I have set:
php_value upload_max_filesize 16M
php_value post_max_size 18M
in an htaccess file and they show up correctly on my phpinfo file.
I have:
<input name="MAX_FILE_SIZE" type="hidden" value="20097152" /> (Which
is 20 meg) as a form field
I can upload 750k without a problem.But it gives me an error
INSTANTLY
when I try a larger file.
Any suggestions? Could it be the temp directory doesnt allow bigger
files?
Thanks,
Mike
Hi,
Try to increase your script execution Time. By setting
max_execution_time to something greater.
Regards,
Fahad Khan.
.
- References:
- File Upload Problem
- From: Mike
- File Upload Problem
- Prev by Date: Re: date format help request
- Next by Date: Need help for a commercial CMS going fully Open Source.
- Previous by thread: File Upload Problem
- Next by thread: Re: date format help request
- Index(es):
Relevant Pages
|