Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2076

Need a way to programmaticaly configure the location of the temp directory for file uploads and the size of the chunk buffer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.5
    • 1.4-RC3
    • wicket
    • None

    Description

      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.

      Attachments

        Activity

          People

            jdonnerstag Juegen Donnerstag
            a701440 Alex
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: