| View previous topic :: View next topic |
| Author |
Message |
hobartimus
Joined: 09 Apr 2007 Posts: 13
|
Posted: Apr 09, 2007 4:26 pm Post subject: No Progress Bar/Data in IE |
|
|
Everything works great in all browsers under Mac OSX.
Under Windows XP it works fine in FireFox. However, in IE 6 and 7 the upload works, but the progress bar and data does not display. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Apr 10, 2007 5:23 am Post subject: |
|
|
Works in Safari but doen't work in IE? That's really strange
Please PM me URL to your upload form so I can test it myself. |
|
| Back to top |
|
 |
hobartimus
Joined: 09 Apr 2007 Posts: 13
|
|
| Back to top |
|
 |
hobartimus
Joined: 09 Apr 2007 Posts: 13
|
Posted: Apr 10, 2007 1:49 pm Post subject: |
|
|
| Hmmm. I partially take my original statement back. In Safari, it starts upload, displays pregess bar and data, then jumps to the success page, but does not upload the file. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Apr 11, 2007 5:36 am Post subject: |
|
|
This one is easy to solve: you modified HTML wrong
You have:
| Code: | | <Input type="hidden" name="inline3" id="inline3" checked="checked"> |
should be:
| Code: | | <Input type="checkbox" name="inline3" id="inline3" checked style="display:none"> |
I think with style="display:none" it won't work in Safari, you can try style="position: absolute;left:-9999px;"
PS: nice site design, but left menu flicker on mouseover, this is IE bug, try to add this to your page:
| Code: | <Script>
try {document.execCommand("BackgroundImageCache", false, true);} catch(err) {}
</Script> |
|
|
| Back to top |
|
 |
hobartimus
Joined: 09 Apr 2007 Posts: 13
|
Posted: Apr 11, 2007 1:29 pm Post subject: |
|
|
That fixed IE display. And thanks for the bonus IE bug fix... can't have enough of those
Still not uploading in Safari. Displays temporarily, but no upload. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Apr 12, 2007 1:44 pm Post subject: |
|
|
| Ok. I will check Free version for Safari campatibility, probably missed something there. |
|
| Back to top |
|
 |
hobartimus
Joined: 09 Apr 2007 Posts: 13
|
Posted: Apr 12, 2007 3:59 pm Post subject: |
|
|
| I'm using Xupload Pro. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Apr 13, 2007 6:08 am Post subject: |
|
|
| Oh right, sorry. That is correct, Inline3 + Safari doesn't work in Pro2.4. I've spent hours & fixed this incompatibility in upcoming 2.5 version, will email it to you today. |
|
| Back to top |
|
 |
hobartimus
Joined: 09 Apr 2007 Posts: 13
|
Posted: Apr 13, 2007 12:52 pm Post subject: |
|
|
Got it.
Thanks,
Howard |
|
| Back to top |
|
 |
hobartimus
Joined: 09 Apr 2007 Posts: 13
|
Posted: Apr 14, 2007 11:11 pm Post subject: |
|
|
| Intalled the new version. Still doesn't work in Safari. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Apr 16, 2007 9:23 am Post subject: |
|
|
| Just sent you alternative xupload.js Played with Safari for 2 hours, weird browser. Please reply if this will help or not. |
|
| Back to top |
|
 |
hobartimus
Joined: 09 Apr 2007 Posts: 13
|
Posted: Apr 16, 2007 1:34 pm Post subject: |
|
|
seems to be all good now
Thanks,
Howard |
|
| Back to top |
|
 |
|