Folder Choice

Enhanced frontend add-on to queue files.
Post Reply
BioTek
Posts: 2
Joined: Sun Apr 20, 2008 6:37 am

Folder Choice

Post by BioTek »

Is it possible to create a html drop down list form for folder upload choice instead of a fixed folder in the account parameter.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Folder Choice

Post by support »

Yes, I think so. You can use the JavaScript API.
1/ The applet must be loaded
2/ You write some JavaScript in your HTML dropdown list that notifies the applet
document.fileupload.setParameter("account",something.like.dropdownlist.value);
3/ When end-user starts upload the new "account" parameter modified with JavaScript should be taken into account.

Does it help ?

BioTek
Posts: 2
Joined: Sun Apr 20, 2008 6:37 am

Re: Folder Choice

Post by BioTek »

Yes,
Thank you.

Post Reply