Author: msorokin
Date: 2008-07-01 12:02:04 -0400 (Tue, 01 Jul 2008)
New Revision: 9324
Modified:
trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
Log:
http://jira.jboss.com/jira/browse/RF-3820
The info is added to the guide
Modified: trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-07-01 15:36:17
UTC (rev 9323)
+++ trunk/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2008-07-01 16:02:04
UTC (rev 9324)
@@ -514,6 +514,34 @@
</entry>
</row>
+
+ <row>
+ <entry>entry.fileName </entry>
+ <entry>Returns the file's name. This property
works with all event handlers except for "onadd".
+ </entry>
+ </row>
+
+
+
+ <row>
+ <entry>entry.size</entry><entry> Returns the
size of the file. Available in flash enabled version only</entry>
+ </row>
+ <row>
+ <entry>entry.Type</entry><entry>Returns the
mime type of the file. Available in flash enabled version only</entry>
+ </row>
+ <row>
+ <entry>entry.creator </entry><entry>Returns the
name of the author of the file . Available in flash enabled version only</entry>
+ </row>
+ <row>
+ <entry>entry.creationDate</entry><entry>Returns the
date when the file was created. Available in flash enabled version only</entry>
+ </row>
+ <row>
+ <entry>entry.modificationDate</entry>
<entry>Returns the date of the last file modification. Available in flash enabled
version only</entry>
+ </row>
+
+
+
+
</tbody>
</tgroup>
</table>