Hi Everybody,

I have a problem with a simple Ajax.Request on Safari. Namely, I have
a HTML form for uploading a file and want to query the progess (for a
progress bar) from the server. For this, I call a Javascript function
in the form's onSubmit handler, which periodically performs an Ajax
Request (simple get), which is also initialized and loaded, but does
not complete (neither success nor failure) until the upload finishes.
My guess is, that Safari does not like to handle two requests (the
upload and the progress request) at the same time. Could this be true?

No problems with IE or FF on this.

Thanks.
Christian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to