Thanks,
Jim
On 9/18/06, Ralf Nieuwenhuijsen
<[EMAIL PROTECTED]> wrote:
_javascript_ and uploads do not mix very nicely. You will need to use an iframe at the least. A real form has to be submitted and the page that contains the form will need to reload to another page.
If this is your QooxDoo application you'll loose at the state and such. So I would say: use an iFrame. The iframe should just consist of an the upload-widget (in its own form) and auto submit itself. You can not do this with Ajax. Perhaps the page rendered in the iframe after submit should just contain the filename and some _javascript_ which tell your qooxdoo application where the file is, so the qooxdoo application can treat it like an url.
Greetings,
Ralf.2006/9/16, Jim Hunter <[EMAIL PROTECTED] >:Using the .6 version, does anyone have a working File Upload regardless of how kludgy it might be? I thought I would implement it the same way I did it in my previous application but that requires the modal dialog window that only IE has, and I need this to support all browsers.
As an alternative, does anyone know how to access the DOM elements of embedded HTML in an HtmlEmbed widget? I can create a form there but I need control over when the form gets submitted so that I can then close the window and continue processing.
I am up against a wall on this so I am getting desperate.
Thanks,Jim
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
