[richfaces-planning-issues] [JBoss JIRA] (RFPL-3281) Test new implemetation of file upload

Juraj Húska (JIRA) issues at jboss.org
Wed Jun 18 08:43:24 EDT 2014


    [ https://issues.jboss.org/browse/RFPL-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977355#comment-12977355 ] 

Juraj Húska edited comment on RFPL-3281 at 6/18/14 8:42 AM:
------------------------------------------------------------

There still seems to be some problems to test new file upload. I think it is on Graphene side, but I need to investigate more on this.

The problem is with:
{{MetamerPage.waitRequest(fileUpload, WaitRequestType.XHR).upload();}}, the uploading is triggered correctly, however, it hangs on progress facelet, and therefore the uploading is not finished correctly, and the request time is not updated. Manually it works as it should.


was (Author: jhuska):
There still seems to be some problems. I think it is on Graphene side, but I need to investigate more on this.

The problem is with:
{{MetamerPage.waitRequest(fileUpload, WaitRequestType.XHR).upload();}}, the uploading is triggered correctly, however, it hangs on progress facelet, and therefore the uploading is not finished correctly, and the request time is not updated. Manually it works as it should.

> Test new implemetation of file upload
> -------------------------------------
>
>                 Key: RFPL-3281
>                 URL: https://issues.jboss.org/browse/RFPL-3281
>             Project: RichFaces Planning
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: QE
>    Affects Versions: 5.0.0.Alpha3
>            Reporter: Pavol Pitonak
>            Assignee: Juraj Húska
>
> The file upload component in RichFaces 5 was reimplemented.
> * Everything expected to work
> * Using Servlet 3.0 API for file uploads - won't work on Tomcat 6
> * Files are sent through an XHR request (as opposed to the previous iframe approach)
> * Originally had to intercept the request early to get upload progress updates
> but now we monitor the upload progress on the client, so this is not needed



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the richfaces-planning-issues mailing list