XUpload - Xupload and firebug

Message
Author
punisa
Posts: 3
Joined: Apr 27, 2009 6:53 pm

Xupload and firebug

#1 Postby punisa » Apr 27, 2009 6:58 pm

Greetings,
I'd like to report that on my system having the firebug (on firefox) running seems to cause problems for my upload.

This happens only on larger files up to 100MB, first firebug would throw out some error regarding prototype (which I have running in background) and soon after that (maybe a minute after) the pop up window would report "Upload failed!"

Situation usually happened 4-5 minutes into the upload process.
Now I disabled it and am currently uploading a 100MB and everything seems to work fine, 35 minutes already passed.

Has anyone had similar experiences? Emmet Brown?
Anyone, hope this bit of info will be useful to some : D

Cheers !

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

#2 Postby PilgrimX182 » Apr 28, 2009 11:35 am

Running prototype in the background? Something new...

I guess problem is caused by this function:

Code: Select all

function $(elem){return document.getElementById(elem);}
Prototype use the same name.
So you can replace all

Code: Select all

$(
with e.g.

Code: Select all

$id(
in xupload.js