[Proto-Scripty] Re: Observing multipart/form-data oncomplete

2009-11-14 Thread Stucture_Ulf
Hi and thanks for answering. I will manage to arrange my script according to these tow alternatives, I'll try both methods. All the best and regards! On Nov 13, 2:18 pm, Eric lefauv...@gmail.com wrote: Hi, You may try to observe the iframe's onload since after a form submission, the server

[Proto-Scripty] Re: Observing multipart/form-data oncomplete

2009-11-13 Thread Eric
Hi, You may try to observe the iframe's onload since after a form submission, the server is supposed to return a page. Of course, remember that this event will also be fired on the iframe's initial loading so you'll have a little extra plumbing to do. Another possibility would be for the server