Pre load Files to Upload

Upload core product.
Post Reply
donkozlov
Posts: 2
Joined: Thu Jun 18, 2009 5:25 am

Pre load Files to Upload

Post by donkozlov »

Hi there,

I have a list of files on a database which need to be uploaded. Is it possible to load this entire list onto the applet and resume uploading every time the applet is opened.

Is it possible tp preload files to be uploaded and auto resume uploads?

I am using php and mysql.

Thanks donnie.

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

Re: Pre load Files to Upload

Post by support »

Not without a customization. The modification would be:
1 - Allow passing filenames (with full filepath) to upload as applet parameter
2 - Enable resume (already available)
3 - Start upload automatically.

We can implement such customization. Please contact support(at)jfileupload(dot)com if you're interested in.

Post Reply