XUpload - Jquery Dialog

Message
Author
mixke1
Posts: 1
Joined: Jul 01, 2011 7:06 am

Jquery Dialog

#1 Postby mixke1 » Jul 01, 2011 7:11 am

Has anyone had any success putting their upload form inside of a jquery dialog? When I do it the dialog will open fine but then immediately flashes to a full window that says:

Code: Select all

Upload in progress...Close this window

Initializing Upload...


Initializing Upload...


Initializing Upload...

Any help with this would be greatly appreciated.

Thanks
Mike

ptzacs
Posts: 1
Joined: Jul 12, 2011 10:05 am

#2 Postby ptzacs » Jul 12, 2011 10:07 am

I just managed to get this to work by putting an iframe inside the dialogue.
Like this:-

<div id="uploadfile" title="Upload Files">
<iframe src="xupload/upload_form.html" border="0" width="520" height="350"></iframe>
</div>

dynagraphics
Posts: 4
Joined: Aug 04, 2011 4:45 pm

stopping an upload when upload_form.html is inside an iframe

#3 Postby dynagraphics » Aug 09, 2011 3:24 pm

ptzacs, when you put the upload_form.html inside an iframe does your "Stop Upload" button still work? I'm using Xupload inside an iframe and the problem I'm having is the "Stop Upload" button creates an "Access Denied" javascript error and doesn't actually stop the upload (but it does stop the progress bar updates). Any help you can provide would be helpful. Thanks.