Search found 13 matches

by andrew
Jun 29, 2016 2:30 am
Forum: XUpload
Topic: Microsoft Edge Issue
Replies: 0
Views: 4696

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 ...
by andrew
Mar 07, 2011 1:52 pm
Forum: XUpload
Topic: Chrome and Stop Upload
Replies: 1
Views: 3950

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....
by andrew
Mar 07, 2011 5:17 am
Forum: XUpload
Topic: Chrome and Stop Upload
Replies: 1
Views: 3950

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
by andrew
Nov 07, 2008 4:08 am
Forum: XUpload
Topic: Stop doesn't stop.
Replies: 7
Views: 5834

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...
by andrew
Nov 03, 2008 4:43 pm
Forum: XUpload
Topic: Stop doesn't stop.
Replies: 7
Views: 5834

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...
by andrew
Nov 02, 2008 4:07 pm
Forum: XUpload
Topic: Stop doesn't stop.
Replies: 7
Views: 5834

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 ...
by andrew
Feb 09, 2008 5:27 pm
Forum: XUpload
Topic: Xupload working but no Status bar update
Replies: 1
Views: 2769

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...
by andrew
Feb 01, 2007 2:25 pm
Forum: XUpload
Topic: File Ordering and Naming
Replies: 3
Views: 5906

Thanks for the assistance... all is well now
PilgrimX182 wrote:Please PM me the link to your upload form. I think it's a bit non-standard cause it works fine on several tests for me.
by andrew
Jan 31, 2007 10:00 pm
Forum: XUpload
Topic: File Ordering and Naming
Replies: 3
Views: 5906

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...
by andrew
Jan 30, 2007 2:24 pm
Forum: XUpload
Topic: Latest Version
Replies: 3
Views: 5551

Thanks!

Do you have a list of the changes anywhere?
by andrew
Jan 30, 2007 1:37 pm
Forum: XUpload
Topic: Latest Version
Replies: 3
Views: 5551

Latest Version

Hi... I'm using Pro version 2.2. How do I get access to the latest version?

Thanks

Andrew
by andrew
Sep 24, 2006 3:59 pm
Forum: XUpload
Topic: Using XUpload twice in same website
Replies: 7
Views: 9825

In normal operation you just configure "url_post" in XUploadConfig.pm to the url of the page that handles the post and the cgi will post all of the variables from your upload form to that page when the upload completes. Hope this helps. Andrew For some reason I cannot get Xupload pro to re...
by andrew
Sep 23, 2006 10:31 pm
Forum: XUpload
Topic: Using XUpload twice in same website
Replies: 7
Views: 9825

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 ...