|
Posted by jambroo on 09/03/07 01:25
On Aug 31, 2:54 pm, Geoff Muldoon <geoff.muld...@trap.gmail.com>
wrote:
> In article <1188533013.359889.198...@z24g2000prh.googlegroups.com>,
> says...
>
>
>
> > > > For this particular page i have increased post_max_size,
> > > > max_input_time, max_execution_time and upload_max_filesize. I also set
> > > > LimitRequestBody in the htaccess file to unlimited (0).
>
> > > > Our host has increased our max idle time for ftp in the server,
> > > > however this did not influence the upload.
>
> > > > Any ideas as to why this problem would be occurring?
>
> > > PHP on apache? Apache has its own max upload file size setting (in
> > > httpd.conf IIRC) as well as the PHP one.
>
> > > GM
>
> > I have set the LimitRequestBody to 0 in the htaccess file. Is there
> > any other options there regarding file uploads?
>
> Yes, the PHP memory_limit setting might also be killing it.
>
> GM
Just to clear up this problem, it was as simple as the post_max_size
being overwritten by the servers php.ini.
Setting a value for it just that php page did not seem to work.
I had to create my own php.ini and put it in the folder with the
upload php file.
Thanks for your help though guys.
-Jamie
Navigation:
[Reply to this message]
|