Forum

MaxRequestSize

kfft
30 June 2010, 04:02
Operating System:WinXP

Hi Hugo
I have a PHP that allows to upload files and that works fine with other webservers
With Hiawatha it seems that anytime I am trying to touch a file larger than MaxRequestSize (in k), Hiawatha blocks the request.
It uses "move_uploaded_file" i.e. HTTP POST
I have the impression my limitation is MaxRequestSize and this is limited to 256k only
Is there a way to avoid this limitation?

Thanks,
kfft
Hugo Leisink
30 June 2010, 08:56
Why don't you just increase the MaxRequestSize setting? How big are the files you want to upload?
kfft
30 June 2010, 10:38
Thanks Hugo I misread and thought MaxRequestsize was limited to 256 - works fine now!
This topic has been closed.