V
VUNETdotUS
My goal is to upload files without submitting the form. I am not
looking for the code here but rather a concept. I did a little
research and discovered that I can submit a form to an invisible
dynamically creeated iframe (to avoid page reloading) and the server
page will invoke the client page (where the form is) with
window.parent.foo function.
However I suspect that this is an old method and I miss some improved
ideas. What can one suggest for my case?
Thanks.
looking for the code here but rather a concept. I did a little
research and discovered that I can submit a form to an invisible
dynamically creeated iframe (to avoid page reloading) and the server
page will invoke the client page (where the form is) with
window.parent.foo function.
However I suspect that this is an old method and I miss some improved
ideas. What can one suggest for my case?
Thanks.