WB.plupload WB.plupload.flash WB.VFS.Plupload WB.VFS.Plupload.Observer WB.VFS.Plupload.Observer.Debug WB.VFS.Plupload.Observer.SimpleStart WB.VFS.Plupload.Observer.SimpleFileList
Plupload based multi-select file upload
Select files to upload...
 
DIR: {CWD_VFSDID} var config = $H({ dir: "{CWD_ID}", path: "[[PATH]]" }); var up = new WB.VFS.Plupload("{CONTENT_PATH}", config); var upodbg = new WB.VFS.Plupload.Observer.Debug(); up.attachObserver(upodbg); var upofl = new WB.VFS.Plupload.Observer.SimpleFileList(); upofl.setOptions({element: "filelist"}); up.attachObserver(upofl); var uporoc = new WB.VFS.Plupload.Observer.ReloadOnComplete(); uporoc.setOptions({ dir: "{CWD_ID}" }); up.attachObserver(uporoc); var upostart = new WB.VFS.Plupload.Observer.SimpleStart(); // upostart.setOptions({element: "startupload"}); up.attachObserver(upostart);