| View previous topic :: View next topic |
| Author |
Message |
mixke1
Joined: 01 Jul 2011 Posts: 1
|
Posted: Jul 01, 2011 7:11 am Post subject: Jquery Dialog |
|
|
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: |
Upload in progress...Close this window
Initializing Upload...
Initializing Upload...
Initializing Upload...
|
Any help with this would be greatly appreciated.
Thanks
Mike |
|
| Back to top |
|
 |
ptzacs
Joined: 12 Jul 2011 Posts: 1
|
Posted: Jul 12, 2011 10:07 am Post subject: |
|
|
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> |
|
| Back to top |
|
 |
dynagraphics
Joined: 04 Aug 2011 Posts: 4
|
Posted: Aug 09, 2011 3:24 pm Post subject: stopping an upload when upload_form.html is inside an iframe |
|
|
| 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. |
|
| Back to top |
|
 |
|