[richfaces-issues] [JBoss JIRA] Created: (RF-3727) File Upload Component: Request for server-side attribute of currently selected file count

Steve Roy (JIRA) jira-events at lists.jboss.org
Tue Jun 17 12:28:55 EDT 2008


File Upload Component:  Request for server-side attribute of currently selected file count
------------------------------------------------------------------------------------------

                 Key: RF-3727
                 URL: http://jira.jboss.com/jira/browse/RF-3727
             Project: RichFaces
          Issue Type: Feature Request
          Components: planning
    Affects Versions: 3.2.2
            Reporter: Steve Roy



It would be nice to have a way to determine server-side the number of files currently selected and queued for upload in the upload component.  For example, this could be used to track whether all files have been successfully uploaded in the event a server-side error is not caught.

It is possible to get a file count of files whose upload has completed but not those in queue on the client.

The suggestion is for an attribute that can be set on an associated backing bean.  Something like:

			            <rich:fileUpload id="upload"
						 	fileCount="#{fileUploadBean.fileCount}"
						</rich:fileUpload>



- steve

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list