[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1234) FileUploadTag shouldn't require file contents loaded in memory

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Mon Apr 23 18:53:30 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1234?page=all ]

Shane Bryzak closed JBSEAM-1234.
--------------------------------

    Resolution: Rejected
      Assignee: Shane Bryzak

UIFileUpload already supports binding to an InputStream property.

> FileUploadTag shouldn't require file contents loaded in memory
> --------------------------------------------------------------
>
>                 Key: JBSEAM-1234
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1234
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: JSF
>    Affects Versions: 1.2.1.GA
>         Environment: any
>            Reporter: Stuart Robertson
>         Assigned To: Shane Bryzak
>
> The FileUploadTag seems to only support passing the uploaded data as a String or byte [].  However the MultipartRequest itself supports capturing the data as a tmp file.
> For upload-intensive applications this could well be an issue as referencing the full file contents in memory could be resource intensive.
> What I would like is a way to have the upload tag pass a reference to either the tmpfile itself (preferred) or an InputStream to the contents (which users could use to create their own tmp file).

-- 
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 seam-issues mailing list