Actions
Bug #2187
closedWFilleUpload fileTooLarge() Signal not emitted
Start date:
09/06/2013
Due date:
% Done:
0%
Estimated time:
Description
Hello,
we have a problem with WFileUpload->fileTooLarge(). Nothing happens when uploading a file bigger then defined in wt_config.xml. The fileTooLarge()-function is not called. For smaller files everything works fine and fileupload is working correct. We tested it with Wt-3.3.0 and Wt-3.3.1-rc1. We use Apache with FCGI.
Kind regards
Files
Updated by Koen Deforche about 11 years ago
- Status changed from New to Feedback
Hey,
Are you sure that your larger file upload is not being blocked by Apache itself? Then Wt cannot do antyhing about it. You must make sure that Apache's setting is less stringent than Wt's setting.
Regards,
koen
Updated by Georg Baumann about 11 years ago
Thanks!
Indeed the apache's setting.
Actions