Search found 9 matches

by philwareham
Nov 17, 2008 1:59 pm
Forum: XUpload
Topic: Integration with jQuery framework
Replies: 11
Views: 16954

Solved!

OK, PilgrimX182 found a solution for this conflict as follows...

In the xupload.js file rename function (1st line) to:

Code: Select all

function $gget(elem){return document.getElementById(elem);}
Then automatically replace all $ in xupload.js with $gget and it will be all right.
by philwareham
Nov 17, 2008 10:59 am
Forum: XUpload
Topic: Integration with jQuery framework
Replies: 11
Views: 16954

If I comment out...

Code: Select all

function $(elem){return document.getElementById(elem);}
At the start of the xupload.js, then my jQuery scripts all start to work as expected and the files upload to my server OK, but the upload progress box does not refresh/update at all.
by philwareham
Nov 17, 2008 10:21 am
Forum: XUpload
Topic: Integration with jQuery framework
Replies: 11
Views: 16954

Integration with jQuery framework

Hi there, I have a working installation of XUpload, but I want to incorporate the jQuery javascript framework on my page. However there is a conflict with the xupload.js, I think it is because I use the following jQuery recommended method to activate jQuery elements... $(document).ready(function(){ ...
by philwareham
May 15, 2008 10:42 am
Forum: XUpload
Topic: Period '.' at bottom of emails
Replies: 0
Views: 2971

Period '.' at bottom of emails

Hi,
What is the reason for the period (full stop) at line 521 of upload.cgi? It current prints a . at the bottom of email replies in Xupload (which I don't want to appear). I have removed it from the script and it does not seem to have stopped anything working.
Cheers,
Phil
by philwareham
May 08, 2008 3:32 pm
Forum: XUpload
Topic: Upload Description Field
Replies: 1
Views: 2844

Upload Description Field

Hi there,
I want to add a single description field to the upload form, the data from which is then included on the email to admin. Is there a simple way of doing this? I have created an extra field on the form with a name/id of "file_descr".
Thanks,
Phil
by philwareham
May 08, 2008 1:21 pm
Forum: XUpload
Topic: New Tiny Templates
Replies: 3
Views: 4302

Slight revises

I have tweaked the templates slightly and updated the zip file above. Primarily change is the buttons now enlarge gracefully if someone uses a larger font viewing size.
by philwareham
Mar 27, 2008 1:54 pm
Forum: XUpload
Topic: New Tiny Templates
Replies: 3
Views: 4302

New Tiny Templates

Hi there, I have created revised templates for tiny and tiny2 which I thought I might share with you. They are optimised for the XHTML 1.0 Transitional doctype (I cannot make them XHTML Strict as XUpload relies on iframes and the 'name' form attribute) and have tables removed. If anyone wants to sug...
by philwareham
Jun 06, 2007 9:06 am
Forum: XUpload
Topic: Stop button giving error "jah error:undefined"
Replies: 2
Views: 4016

OK thanks, that fixes the problem. Just to reiterate the solution for this...

In xstatus.js remove line:

Code: Select all

alert("jah error:"+req.statusText);
by philwareham
Jun 05, 2007 5:47 pm
Forum: XUpload
Topic: Stop button giving error "jah error:undefined"
Replies: 2
Views: 4016

Stop button giving error "jah error:undefined"

Hi there, I have just installed xupload pro 2.5, and I am just using an inline display for the upload progress, it all works fine apart from if I click the stop button in safari during an upload I get the message popup "jah error:undefined", if I press OK on that alert then the download do...