You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2017/08/16 06:42:00 UTC

[jira] [Resolved] (WICKET-6453) add ability to set custom FileItemFactory

     [ https://issues.apache.org/jira/browse/WICKET-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-6453.
-------------------------------------
    Resolution: Implemented

This is possible by overriding ServletWebRequest#newMultipartWebRequest():

https://github.com/apache/wicket/blob/075d8371ef3eb2e5f3bdadf008ae904cafd222b3/wicket-core/src/main/java/org/apache/wicket/protocol/http/servlet/ServletWebRequest.java#L446-L450

To setup custom Request override WebApplication#newRequest().

> add  ability to set custom FileItemFactory 
> -------------------------------------------
>
>                 Key: WICKET-6453
>                 URL: https://issues.apache.org/jira/browse/WICKET-6453
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket
>    Affects Versions: 8.0.0-M6
>            Reporter: LeonLeon2017
>
> We need you to set FileItemFactory  to Form containing FileUploadFields.
> In order to download files to specified directory (repository) and specified file name



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)