Robin LeBon
Robin LeBon
hi, not yet, but i believe it must be something simple as: ``` $('#uploader').on("ready", function() { uploader.addFile('filename.jpg'); }); ``` however this isn't working :(
i managed to make it work with only 15 lines of code, using the addfile method thanks
here's the magic code: ```javascript $(document).ready(function(){ // AUTO LOAD IMAGES plupload = $("#uploader").plupload('getUploader'); var img = new mOxie.Image(); var url = o.resolveUrl("folder/image.jpg"); img.onload = function() { plupload.addFile(img.getAsBlob()); } img.load(url); });...
you must first initialize the widget use the documentation example then you can place my code AFTER that
> @robinlebon > i am facing this issue can you please share the url mOxie i am using these below URLs and i am get this error. > > >...