This is an automated email from the ASF dual-hosted git repository.
reiern70 pushed a change to branch reiern70/WICKET-7033
in repository https://gitbox.apache.org/repos/asf/wicket.git
discard 4f3b10137c [WICKET-7033] add support for several files.
discard 4e89134055 [WICKET-7033] minor clean up
discard 443cddf9e9 [WICKET-7033] minor clean up
discard 8dab6d080a [WICKET-7033] add content type and size
discard 31070dd1bf [WICKET-7033] clean up
discard b3df5eeef4 [WICKET-7033] prototype implementation of uploading file to
a resource
add 0385f7da95 [WICKET-7033] implementation of uploading files into to a
mounted resource + adapting upload progress bar to work in such use case
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4f3b10137c)
\
N -- N -- N refs/heads/reiern70/WICKET-7033 (0385f7da95)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../resource/AbstractFileUploadResource.java | 1 -
.../resource/FileUploadResourceReference.java | 21 ++-
...ceField.java => FileUploadToResourceField.java} | 187 +++++++++++++++++----
...sourceField.js => FileUploadToResourceField.js} | 39 ++---
.../examples/upload/UploadToResourcePage.html | 5 +-
.../examples/upload/UploadToResourcePage.java | 29 ++--
6 files changed, 207 insertions(+), 75 deletions(-)
rename
wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/resource/{SingleFileUploadToResourceField.java
=> FileUploadToResourceField.java} (61%)
rename
wicket-core/src/main/java/org/apache/wicket/markup/html/form/upload/resource/{SingleFileUploadToResourceField.js
=> FileUploadToResourceField.js} (68%)