| View previous topic :: View next topic |
| Author |
Message |
hanji
Joined: 10 Nov 2006 Posts: 36
|
Posted: Dec 22, 2006 5:42 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Dec 25, 2006 11:19 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
hanji
Joined: 10 Nov 2006 Posts: 36
|
Posted: Dec 29, 2006 3:47 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Jan 11, 2007 6:29 am Post subject: |
|
|
Ajax solution fixed the problem.
It will be released in upcoming PRO version. |
|
| Back to top |
|
 |
|