How to enable immediate/instant upload start after files selection in Advanced Image Uploader ?
Posted by Esvon Support on 27 February 2013 04:45 PM
To have upload started right after image file(s) selection in Flash-based uploader (Fancyupload), you can change line

instantStart: false,

to

instantStart: true,

in file uploader/fancyupload/uploader_html.php

If you can't find such a line, just add

instantStart: true,

after line

fileSizeMax: $upload_max_bytes,
---------

For plupload in file uploader/plupload/uploader_html.php uncomment line

// setTimeout(function () { up.start(); }, 100); return;

Comments (0)
Help Desk Software by Kayako Fusion