Search found 18 matches
- Mar 05, 2016 12:57 am
- Forum: XUpload
- Topic: Issue with Android - Uploaded file duplicated and Perl error
- Replies: 0
- Views: 5127
Issue with Android - Uploaded file duplicated and Perl error
Doing some site testing and came across an issue with XUpload Pro 3.1. When uploading a file using an Android device with the Dolphin Browser, the file gets uploaded three times (i.e., file.pdf, file1.pdf, file2.pdf) and I get the following error in the server log: [Fri Mar 04 16:02:26 2016] [error]...
- Apr 19, 2013 1:33 pm
- Forum: XUpload
- Topic: Large uploads fail and not redirecting
- Replies: 0
- Views: 6893
Large uploads fail and not redirecting
Xupload Pro 3.1 Two separate issues: 1. Some large file uploads fail. 2. Sometimes Xupload fails to redirect when uploads complete. The only log entry I can find when a large file fails to upload is below: [Fri Apr 19 07:29:31 2013] [error] [client 192.168.0.1] (OS 10060)A connection attempt failed ...
- Apr 10, 2013 3:03 am
- Forum: XUpload
- Topic: Xupload Pro 3.1 & jQuery 1.3.2
- Replies: 4
- Views: 10800
OK, PilgrimX182 found a solution for this conflict as follows... In the xupload.js file rename function (1st line) to: function $gget(elem){return document.getElementById(elem);} Then automatically replace all $ in xupload.js with $gget and it will be all right. i got the new xupload pro version an...
- Apr 10, 2013 2:10 am
- Forum: XUpload
- Topic: Xupload Pro 3.1 & jQuery 1.3.2
- Replies: 4
- Views: 10800
Re: Xupload Pro 3.1 & jQuery 1.3.2
But i gather this is from an older version as the first line of mine is as follows if(!window.$){ window.$ = function (elem){return document.getElementById(elem);} } Same issue here. can someone please tell me how to fix. I've tried adding jQuery in no conflict mode but maybe I'm not doing it corre...
- Apr 05, 2012 1:10 pm
- Forum: XUpload
- Topic: XUpload Pro - Multiple confirm_email addresses
- Replies: 2
- Views: 7963
Thank you!ssanders wrote:Just comma-delimit:
Code: Select all
# Email that confirmations will be sent to confirm_email => 'me@mysite.com,me2@mysite.com',
I must have tried every other combonation of commas, single/double quotes except for this. It works!
- Apr 04, 2012 12:28 am
- Forum: XUpload
- Topic: Upload Parameter emailed Information
- Replies: 2
- Views: 8626
- Apr 03, 2012 7:46 pm
- Forum: XUpload
- Topic: XUpload Pro - Multiple confirm_email addresses
- Replies: 2
- Views: 7963
XUpload Pro - Multiple confirm_email addresses
Is there a way to send confirmation emails to more than one email address? I see the following in 'XUploadConfig.pm' but none of my edits work: # Email that confirmations will be sent to confirm_email => 'me@mysite.com', So, can this be done by adding two or more emaill addresses or maybe by adding ...
- Oct 16, 2009 11:19 am
- Forum: XUpload
- Topic: How to fix modal overlay that's not covering entire page
- Replies: 4
- Views: 6413
- Oct 14, 2009 3:11 pm
- Forum: XUpload
- Topic: How to fix modal overlay that's not covering entire page
- Replies: 4
- Views: 6413
- Oct 06, 2009 4:35 pm
- Forum: XUpload
- Topic: How to fix modal overlay that's not covering entire page
- Replies: 4
- Views: 6413
How to fix modal overlay that's not covering entire page
As the image below indicates, the modal overlay only covers the part of the page that is visible when you start the upload. http://i273.photobucket.com/albums/jj226/jeffshead/screen.jpg If the upload form is embed in an existing web page that's tall enough for scroll bars... The user can scroll down...
- Sep 29, 2009 6:50 pm
- Forum: XUpload
- Topic: confirm_email causes browser to hang
- Replies: 5
- Views: 7326
- May 01, 2009 7:13 pm
- Forum: XUpload
- Topic: Two Vertical Scroll Bars When Adding Form To Existing Page
- Replies: 7
- Views: 14229
- May 01, 2009 5:22 am
- Forum: XUpload
- Topic: Two Vertical Scroll Bars When Adding Form To Existing Page
- Replies: 7
- Views: 14229
Larry, No, I don't use iframes. If I totally remove the following line... body{margin:0px;height:auto;overflow:auto;} ... from the page, the second, inner scroll bar does not appear until after I upload something or after I attempt to upload something and canel the upload. It's as if the page height...
- Apr 30, 2009 10:34 pm
- Forum: XUpload
- Topic: Two Vertical Scroll Bars When Adding Form To Existing Page
- Replies: 7
- Views: 14229
- Apr 28, 2009 11:07 pm
- Forum: XUpload
- Topic: Internet Explorer 8 - Additional Popup Browse Controls - XUp
- Replies: 4
- Views: 6004
My unaltered 'xupload.js' file contained the following:PilgrimX182 wrote:Hmm...try this: in xupload.js after lineadd this:Code: Select all
this.style.left = '-9000px';
Code: Select all
this.style.display = 'none';
Code: Select all
this.style.left = '-1000px';
Code: Select all
this.style.left = '-9000px';