I'm not sure if I've hacked the code to much, or if it's a XUpload problem, but for some reason (my) XUpload (in xmode 2) is not showing the [Stop Upload] button in Opera V9.10 (not sure if this is also a problem in olders Opera versions)
It's showing fine in IE6 and 7
Is this a XUpload bug, or did I hack the code a bit to much?
XUpload - XUpload PRO 2.4 in xmode 2, and Opera V 9.10
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Do you know the one when using the xmode 2 ?
(default.html, hitech.html, pro1.html, pro2.html or simple.html)
Also.. Should the <br>'s be after the that is in the cgi-bin/Templates?
(default.html, hitech.html, pro1.html, pro2.html or simple.html)
Also.. Should the <br>'s be after the
Code: Select all
<input type="button" value="Stop Upload" onclick="StopUpload();" class="btn" id="stop_btn">
Nevermind..
I only needed to add on <br> to (I think two of the files in the Template dir)
The two files did not have a <br> at all after the
Adding the <br> did fix the problem.
Thank you
I only needed to add on <br> to (I think two of the files in the Template dir)
The two files did not have a <br> at all after the
Code: Select all
<input type="button" value="Stop Upload" onclick="StopUpload();" class="btn" id="stop_btn">
Thank you