JBatchUpload API query

Enhanced frontend add-on to queue files.
RoyEaton
Posts: 6
Joined: Wed Jun 17, 2009 4:10 am

Re: JBatchUpload API query

Post by RoyEaton »

I was planning to hide all buttons except for the 'Select File(s)' button for my web page.

My assumption was that the coding was going to allow the location of the button bar to be moved to one of the four sides of the file grid.

How do I go about getting this new version?

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

Re: JBatchUpload API query

Post by support »

We're going to provide you (by email) the enhanced version by the end of this week.
Did you succeed in adding the JavaScript call by extending the JSAPI?

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

Re: JBatchUpload API query

Post by support »

We've added the following properties in i18n_pane.properties:

Code: Select all

# Buttons panel layout options
queue.buttons.panel.layout=left
queue.buttons.panel.layout.align=top
queue.buttons.panel.layout.spacing.x=1
queue.buttons.panel.layout.spacing.y=16
queue.buttons.panel.layout.spacing.color=FFFFFF
It will allow to move the buttons panel on left, right or top.

Then if you need to remove "Start upload" and "Cancel" button you will have to comment the following line in i18n_pane.properties:

Code: Select all

queue.button.start=Start upload
and the following in i18n_bar.properties:

Code: Select all

progress.button.cancel=Cancel
The final UI will look like:
movedpanel.jpg
Final UI
(23.15 KiB) Downloaded 250 times

bogdanovich
Posts: 3
Joined: Sat Sep 05, 2009 1:07 am

Re: JBatchUpload API query

Post by bogdanovich »

Can I get JSAPI source code too please?

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

Re: JBatchUpload API query

Post by support »

Source code of JSAPI is available with Premium license of JFileUpload, contact support(at)jfileupload(dot)com to get it

Post Reply