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.
Pre load Files to UploadRe: Pre load Files to UploadNot 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. |