Hi,

You can
extend 
org.apache.wicket.protocol.http.servlet.ServletWebRequest#newMultipartWebRequest(org.apache.wicket.util.lang.Bytes,
java.lang.String) and return new public
MultipartServletWebRequestImpl(HttpServletRequest request, String
filterPrefix, Bytes maxSize, String upload, FileItemFactory factory)

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov


On Wed, Jul 2, 2014 at 9:49 AM, René Hartwig <
[email protected]> wrote:

>  Hi,
>
> is it possible to replace the DiskFileItemFactory with an implementation
> of my own? From what I see in Wicket code it is not.
> I need a bit more control over the files and am basically having the same
> problem as mentioned here:
>
> http://stackoverflow.com/questions/8493819/wicket-fileuploadfield-and-large-zip-uploads
>
> What I'm trying to do is a HTML5 upload, so the server will retrieve a big
> amount of file chunks that have to be put together at the end again and I'd
> therefore would like to have a bit more control over the files created.
>
> I would be greatful for any suggestions.
> Thanks and regards,
> René
>
>
>
> --
>
> René Hartwig
> Senior Developer
>
> *Befine Solutions AG - The Cryptshare Company*
> Bebelstraße 17
> 79108 Freiburg
> Germany
>
> Tel: +49 (0) 761 38913 0
> Fax: +49 (0) 761 38913 115
>
> E-Mail: *[email protected]
> <[email protected]>*
> Internet: http://www.cryptshare.com
>
> =========================================================================
>
> Your attachments are too large or too confidential for e-mail?
> Get to know Cryptshare!
>
> http://www.cryptshare.com
>
> =========================================================================
>
>  <http://www.linkedin.com/company/befine-solutions/products>
>
> Amtsgericht Freiburg HRB 6144
> Vorstand Mark Forrest, Dominik Lehr
> Aufsichtsratsvorsitzender Thilo Braun
>
>
>
>

Reply via email to