Page 1 of 1

Pre load Files to Upload

Posted: Thu Jun 18, 2009 5:30 am
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.

Re: Pre load Files to Upload

Posted: Thu Jun 18, 2009 6:15 am
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.