Author: cluts
Date: 2008-04-08 09:08:29 -0400 (Tue, 08 Apr 2008)
New Revision: 7661
Modified:
trunk/docs/userguide/en/src/main/docbook/included/fileUpload.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
Log:
RF-1207 - updated "key features" and information about
'maxFilesQuantity' attribute
Modified: trunk/docs/userguide/en/src/main/docbook/included/fileUpload.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/fileUpload.desc.xml 2008-04-08
12:07:45 UTC (rev 7660)
+++ trunk/docs/userguide/en/src/main/docbook/included/fileUpload.desc.xml 2008-04-08
13:08:29 UTC (rev 7661)
@@ -26,12 +26,13 @@
<section>
<title>Key Features</title>
<itemizedlist>
+ <listitem><para>ProgressBar shows the status of
downloads</para></listitem>
<listitem><para>Highly customizable look and
feel</para></listitem>
<listitem><para>File types and file sizes
restrictions</para></listitem>
<listitem><para>Multiple files upload
support</para></listitem>
<listitem><para>Possibility to cancel the
request</para></listitem>
- <listitem><para>One request for every upload
component</para></listitem>
- <listitem><para>Asynchronous mode</para></listitem>
+ <listitem><para>One request for every
upload</para></listitem>
+ <listitem><para>Automatic uploads</para></listitem>
<listitem><para>Disablement support</para></listitem>
</itemizedlist>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-04-08 12:07:45
UTC (rev 7660)
+++ trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-04-08 13:08:29
UTC (rev 7661)
@@ -125,8 +125,8 @@
<para>
- Immediately files uploading could be performed by means of the
<emphasis><property>
"immediateUpload"</property></emphasis> attribute.
- If the value of this attribute is "true" files are uploaded
immediately once they have been added into the list.
+ Automatically files uploading could be performed by means of the
<emphasis><property>
"immediateUpload"</property></emphasis> attribute.
+ If the value of this attribute is "true" files are uploaded
automatically once they have been added into the list.
All next files in the list are uploaded automatically one by one.
If you cancel uploading process next files aren't started to upload
till you press the "Upload" button or clear the list.
</para>
@@ -183,7 +183,8 @@
<listitem>
<para>
By <property>max files quantity</property>, use the
<emphasis><property>
"maxFilesQuantity"</property></emphasis> attribute
- to define max number of files allowed to be uploaded. After a number of
files in the list equals to the value of this attribute "Add" button is
disabled.
+ to define max number of files allowed to be uploaded. After a number of
files in the list equals to the value of this attribute "Add" button is
disabled and nothing could be uploaded even if you clean the whole list.
+ In order to upload files again you should rerender the component.
As it could be seen in the example below, only 2 files are accepted for
uploading.
</para>
<para>