Search found 13 matches
- Jun 29, 2016 2:30 am
- Forum: XUpload
- Topic: Microsoft Edge Issue
- Replies: 0
- Views: 5044
Microsoft Edge Issue
I've been using Xupload very happily for number of years. I recently came across an issue that only shows itself with Edge (IE 11 is fine). The progress bar will not display due to the following error: Unable to set property 'location' of undefined or null reference The line in xupload.js the error ...
- Mar 07, 2011 1:52 pm
- Forum: XUpload
- Topic: Chrome and Stop Upload
- Replies: 1
- Views: 4201
Re: Chrome and Stop Upload
OK.... I believe I have a solution Chrome passes the following test in xupload.js which we "want" it to fail it so it tries to use the code for IE (which doesn't throw an error but does not work). if(!!top.execScript) I added a test for chrome and then modified the above line to: if(!!top....
- Mar 07, 2011 5:17 am
- Forum: XUpload
- Topic: Chrome and Stop Upload
- Replies: 1
- Views: 4201
Chrome and Stop Upload
Hi,
I've just upgraded to 3.1 Pro.
If you upload with Chrome (under Windows) and hit the "Stop Upload" button the upload progress window closes correctly but the file upload itself does not stop.
You can see this on the demo pages on your site.
Any help appreciated!
Andrew
I've just upgraded to 3.1 Pro.
If you upload with Chrome (under Windows) and hit the "Stop Upload" button the upload progress window closes correctly but the file upload itself does not stop.
You can see this on the demo pages on your site.
Any help appreciated!
Andrew
- Nov 07, 2008 4:08 am
- Forum: XUpload
- Topic: Stop doesn't stop.
- Replies: 7
- Views: 6360
I just tested with the latest 3.0 code and the issue is resolved. Thanks for your help. Just Tested in latest FF - everything's fine. Your form action domain is same as page domain? Any JS errors? Yes and No (in that order). You just sent me the latest version of xupload 3.0 code. I will load that a...
- Nov 03, 2008 4:43 pm
- Forum: XUpload
- Topic: Stop doesn't stop.
- Replies: 7
- Views: 6360
Just Tested in latest FF - everything's fine. Your form action domain is same as page domain? Any JS errors? Yes and No (in that order). You just sent me the latest version of xupload 3.0 code. I will load that and see if there is any difference on my test site. Is there any possibility that your s...
- Nov 02, 2008 4:07 pm
- Forum: XUpload
- Topic: Stop doesn't stop.
- Replies: 7
- Views: 6360
Re: Stop doesn't stop.
I'm seeing this issue on your demo pages using firefox. (http://www.sibsoft.net/upload_form_pro.html) It seems to work fine in all other browsers (the upload stops) however with firefox (latest version) the progress dialog stops but the upload continues till the end and submits correctly (I get the ...
- Feb 09, 2008 5:27 pm
- Forum: XUpload
- Topic: Xupload working but no Status bar update
- Replies: 1
- Views: 2994
Xupload working but no Status bar update
I have Xuploadpro 2.4 installed on an Apache server using the code as delivered. I can upload files without any problems however the upload status bar is never displayed while the file is uploaded. I'm using the popup version of the status bar. The popup appears but it is blank. If the file takes le...
- Feb 01, 2007 2:25 pm
- Forum: XUpload
- Topic: File Ordering and Naming
- Replies: 3
- Views: 6284
- Jan 31, 2007 10:00 pm
- Forum: XUpload
- Topic: File Ordering and Naming
- Replies: 3
- Views: 6284
File Ordering and Naming
I upgraded to Pro 2.4 on my test box this morning from 2.2. Everything has gone pretty well with this exception. I have a static form submitting the upload with four file entries (file_1 > file_4) and four descriptions (pic_title_1 > pic_title_4) For this test I uploaded P1.jpg in file slot 1 with d...
- Jan 30, 2007 2:24 pm
- Forum: XUpload
- Topic: Latest Version
- Replies: 3
- Views: 5831
Thanks!
Do you have a list of the changes anywhere?
Do you have a list of the changes anywhere?
PilgrimX182 wrote:http://www.sibsoft.net/forum/viewtopic.php?t=103
- Jan 30, 2007 1:37 pm
- Forum: XUpload
- Topic: Latest Version
- Replies: 3
- Views: 5831
Latest Version
Hi... I'm using Pro version 2.2. How do I get access to the latest version?
Thanks
Andrew
Thanks
Andrew
- Sep 24, 2006 3:59 pm
- Forum: XUpload
- Topic: Using XUpload twice in same website
- Replies: 7
- Views: 10428
- Sep 23, 2006 10:31 pm
- Forum: XUpload
- Topic: Using XUpload twice in same website
- Replies: 7
- Views: 10428
I too am trying to use multiple itterations of XUpload Pro on the same site. I'm trying to avoid having to create a seperate CGI sub directory for each, Can you explain how the custom POST URL works. What I want to do is pick the URL to post to based on the upload form rather than the configuration ...