Re: Redirect after File Upload

2007-08-13 Thread umeshkudtarkar
Jan, Add IFrameIO to your javascript since fileupload uses iframe io transport instead of XHR. dojo.require("dojo.io.IframeIO"); Refer to this article for details. http://ajaxian.com/archives/dojo-uploading-files-and-contents-with-ajax cheers, Umesh Jan Steinke wrote: > > Hi There, > I would

Re: Redirect after File Upload

2007-08-12 Thread Laurie Harper
Jan Steinke wrote: Hi There, I would like to upload some jpegs with struts 2.0.9 and redirect to another site after the Action returns SUCCESS. I tried is like this ( after reading the file upload example from the struts 2 showcases): uploadPictureForm.jsp: enctype="multipart/f