Upload File Order

Upload core product.
Post Reply
sdthomas
Posts: 14
Joined: Wed Jan 20, 2010 5:13 am

Upload File Order

Post by sdthomas »

Hi There,

MY client has reported an issue and wants to know if there is a workaround for this.
Basically if you select all files in a folder (Ctrl+A) then grab the list say from the 3rd file down and drag onto the fileupload, the order of files starts from the 3rd item up, and the first 2 items are then last in the queue.

eg:
If the user Selects All then left clicks on 003 and drags onto the Upload control the order on the control (and the Gallery) will be 003, 004 … 998, 999, 001, 002

Many Thanks
Simon

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

Re: Upload File Order

Post by support »

The applet takes the files in orders passed by the operating system. You're using JFileUpload alone or JFileUpload + an add-on?

sdthomas
Posts: 14
Joined: Wed Jan 20, 2010 5:13 am

Re: Upload File Order

Post by sdthomas »

I figured as much.

Yes we're using Jfileupload on its own and also in another section with the imageFilter Addon (i assume this is what you meant by an addon?)

Thanks
Simon

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

Re: Upload File Order

Post by support »

ImageFilter cannot affect the order of files. Do you need something such as alphabetic sorting before upload? That's the something we could add.

Post Reply