Author: adelbene
Date: Wed Sep 3 16:36:42 2014
New Revision: 1622296
URL: http://svn.apache.org/r1622296
Log:
Addition for multiple files upload paragraph
Modified:
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/forms2/forms2_8.gdoc
Modified:
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/forms2/forms2_8.gdoc
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/src/docs/guide/forms2/forms2_8.gdoc?rev=1622296&r1=1622295&r2=1622296&view=diff
==============================================================================
---
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/forms2/forms2_8.gdoc
(original)
+++
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/forms2/forms2_8.gdoc
Wed Sep 3 16:36:42 2014
@@ -77,6 +77,5 @@ public void init()
h3. Upload multiple files
-If we need to upload multiple files at once, we can use the
MultiFileUploadField component which allows the user to select an arbitrary
number of files to send on form submission.
-
+If we need to upload multiple files at once and our clients support HTML5, we
can still use FileUploadField adding attribute "multiple" to its tag. If we can
not rely on HTML5, we can use the MultiFileUploadField component which allows
the user to upload an arbitrary number of files using a JavaScript-based
solution.
An example showing how to use this component can be found in Wicket module
wicket-examples in file MultiUploadPage.java. The live example is hosted at
"http://www.wicket-library.com/wicket-examples-6.0.x/upload/multi":http://www.wicket-library.com/wicket-examples-6.0.x/upload/multi
.
\ No newline at end of file