]
Juraj Húska updated RFPL-3281:
------------------------------
Comment: was deleted
(was: The tests need to be rewritten a little bit. E.g. usage of {{Graphene.guardAjax}} is
now preferred before {{MetamerPage.waitRequest}}.)
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