[
https://issues.apache.org/jira/browse/WICKET-5963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sven Meier resolved WICKET-5963.
--------------------------------
Resolution: Invalid
Since Wicket 6.18.0 you will need to call:
multiPartRequest.parseFileParts();
... after creating the MultipartServletWebRequest but before calling #getFile()
> File upload post to AbstractResource does not receive files
> -----------------------------------------------------------
>
> Key: WICKET-5963
> URL: https://issues.apache.org/jira/browse/WICKET-5963
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 7.0.0
> Environment: Linux x64, JDK7 and JDK8
> Reporter: Timo Schmidt
> Assignee: Sven Meier
> Priority: Minor
> Attachments: dndupload.zip
>
>
> With the attached quickstart. start jetty and drop a file on the upload panel.
> The post to the mounted resource will be done, but no file will be received.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)