Need a way to programmaticaly configure the location of the temp directory for
file uploads and the size of the chunk buffer
----------------------------------------------------------------------------------------------------------------------------
Key: WICKET-2076
URL: https://issues.apache.org/jira/browse/WICKET-2076
Project: Wicket
Issue Type: Improvement
Affects Versions: 1.3.5
Reporter: Alex
When using FileUploadField there is no way to configure where the temporary
file is created. The only way to pass it to the lower levels is to use the
System.property.
Also there is no way to configure the size of the memory buffer used to receive
the data. It's currently hardcoded to be 4K which is too small in some
applications (slow file writes). I'd like to be able to bump that up to 128K.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.