RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Additional fields in upload form

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload
View previous topic :: View next topic  
Author Message
aapc



Joined: 22 Feb 2007
Posts: 1

PostPosted: Feb 22, 2007 6:06 pm    Post subject: Additional fields in upload form Reply with quote

Greetings,

First off, I'd like to say that this is an excellent tool and you have saved me hours of custom work. Thank you!

I am experiencing one small problem that I have narrowed down. I am integrating XUploadPro into a custom content management system and I need to add additional fields to the upload form. I have added several fields and I see that they are added to the post_url very nicely. However, when I add a hidden field with the name "action" it seems to cause a problem and the upload progress bar does not function. Is there something related to that variable name that could be causing a problem? Unfortunately, that variable is very important to my content management system and I'd have to rewrite some core code to change it.

Thanks for your help.

--Tony
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Feb 26, 2007 1:31 pm    Post subject: Reply with quote

Interesting problem...spent 30 mins solving it Smile
Here's quick hack: in upload_form.html replace
Code:
document.F1Upload.action

with
Code:
document.F1Upload.attributes['action'].value


ALSO in xupload.js replace
Code:
f1.action

with
Code:
f1.attributes['action'].value

in 3 places

This will work in IE,Opera,FF only not sured bout Safari
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group