RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
No Progress Bar/Data in IE

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload
View previous topic :: View next topic  
Author Message
hobartimus



Joined: 09 Apr 2007
Posts: 13

PostPosted: Apr 09, 2007 4:26 pm    Post subject: No Progress Bar/Data in IE Reply with quote

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
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Apr 10, 2007 5:23 am    Post subject: Reply with quote

Works in Safari but doen't work in IE? That's really strange Smile
Please PM me URL to your upload form so I can test it myself.
Back to top
View user's profile Send private message Visit poster's website
hobartimus



Joined: 09 Apr 2007
Posts: 13

PostPosted: Apr 10, 2007 1:46 pm    Post subject: Reply with quote

http://www.catchlight.com/upload.php

Upload works in IE, but it does not display the progress bar or data.

Password: aiUBGncP
Back to top
View user's profile Send private message
hobartimus



Joined: 09 Apr 2007
Posts: 13

PostPosted: Apr 10, 2007 1:49 pm    Post subject: Reply with quote

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
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Apr 11, 2007 5:36 am    Post subject: Reply with quote

This one is easy to solve: you modified HTML wrong Smile

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
View user's profile Send private message Visit poster's website
hobartimus



Joined: 09 Apr 2007
Posts: 13

PostPosted: Apr 11, 2007 1:29 pm    Post subject: Reply with quote

That fixed IE display. And thanks for the bonus IE bug fix... can't have enough of those Very Happy

Still not uploading in Safari. Displays temporarily, but no upload.
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Apr 12, 2007 1:44 pm    Post subject: Reply with quote

Ok. I will check Free version for Safari campatibility, probably missed something there.
Back to top
View user's profile Send private message Visit poster's website
hobartimus



Joined: 09 Apr 2007
Posts: 13

PostPosted: Apr 12, 2007 3:59 pm    Post subject: Reply with quote

I'm using Xupload Pro.
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Apr 13, 2007 6:08 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
hobartimus



Joined: 09 Apr 2007
Posts: 13

PostPosted: Apr 13, 2007 12:52 pm    Post subject: Reply with quote

Got it.

Thanks,
Howard
Back to top
View user's profile Send private message
hobartimus



Joined: 09 Apr 2007
Posts: 13

PostPosted: Apr 14, 2007 11:11 pm    Post subject: Reply with quote

Intalled the new version. Still doesn't work in Safari.
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Apr 16, 2007 9:23 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
hobartimus



Joined: 09 Apr 2007
Posts: 13

PostPosted: Apr 16, 2007 1:34 pm    Post subject: Reply with quote

seems to be all good now

Thanks,
Howard
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group