XUpload - Issues with SSL and IE - Page 2

Message
Author
hanji
Posts: 36
Joined: Nov 10, 2006 3:33 am

#16 Postby hanji » Dec 22, 2006 5:42 pm

PilgrimX182 wrote: this will delay opening progress bar, maybe will help, maybe will just let upload file for 2 seconds, then stuck.
Hello

I replaced the code with yours. It does delay the progress bar, but shortly after (15%), it paused again. It seems that the progress javascript is colliding with the upload handling somehow.

So with your code.

1. The upload starts and is steady
2. 2 seconds go by and the progress bar appears
3. Shortly after upload and progress bar 'hang'
4. Progress bar reports upload failed
5. Upload resumes and finishes without hanging again.

I also added the new code to my test application in case you wanted to take a look.

Thanks!
hanji

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#17 Postby PilgrimX182 » Dec 25, 2006 11:19 am

Yes, just what I thought. Somehow IE with latest fixes can't handle 2 simultaneous SSL connections and hanging with one. I'm working on extra Ajax mode for XUpload now, ajax requests are short and won't hang upload connection I think.

hanji
Posts: 36
Joined: Nov 10, 2006 3:33 am

#18 Postby hanji » Dec 29, 2006 3:47 pm

PilgrimX182 wrote:Yes, just what I thought. Somehow IE with latest fixes can't handle 2 simultaneous SSL connections and hanging with one. I'm working on extra Ajax mode for XUpload now, ajax requests are short and won't hang upload connection I think.
Hello

Just wondering if there has been any progress with the possible Ajax solution?

Thanks!
hanji

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#19 Postby PilgrimX182 » Jan 11, 2007 6:29 am

Ajax solution fixed the problem.
It will be released in upcoming PRO version.