Hi I dont notice anything that wont work though there is a lot of dynamic stuff and the Content-Type: multipart/form-data which you sometimes need to be careful with (if you have taken care of that) - i'll try and see if I can get the demo to work
On Fri, Jan 24, 2014 at 3:53 AM, Flavio Cysne <[email protected]> wrote: > Hi Deepak, > > the link you provided uses the frame version of Richfaces fileupload > and is a newer version. > > The page I'm testing is using Richfaces 3.3.3. > > This link > http://livedemo.exadel.com/richfaces-demo/richfaces/fileUpload.jsf is a > good example of how it is working, just have to enable checkbox for Flash > mode. > > Thanks for helping > > > 2014/1/23 Deepak Shetty <[email protected]> > > > Do you have a demo that is open to the public? > > or is it the same as > > > > > http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=fileUpload > > > > regards > > deepak > > > > > > On Thu, Jan 23, 2014 at 5:25 AM, Flavio Cysne <[email protected]> > > wrote: > > > > > Dear users, > > > > > > did you have any test case that used a Richfaces FileUpload > component > > > with Flash mode enabled (component default behavior) in a form ? > > > > > > I, recently, had a bad experience with this scenario. Doing the > > > scenario manually, the file is uploaded an 'attached' to the entity > > > correctly. But when I do it using JMeter the file is uploaded > > > (Content-Length request's header is present and show the file length > plus > > > extras) but at the end is not 'attached' to the entity. > > > > > > I verified that the file upload component is using the Flash mode, > > then > > > I thought that because of it I could not simulate correctly this > > scenario. > > > Development team can't deploy another version with Flash mode off > (using > > > frames instead). > > > > > > At first, I thought that the HTTP POST request parameter > > > _richfaces_upload_uid had something to do with this issue, but it is > > only a > > > random number (as seen in FileUpload.js code). > > > > > > Is there any way I could overcome this issue? > > > > > > Thanks in advance. > > > > > >
