dojo - Dojox Form/Upload behavior on file selection -
dojo - Dojox Form/Upload behavior on file selection -
how can observe when has indeed picked files file explorer , has nail select? want add together event on selection of files.
i figured out. have tie input form onchange method.
<input type="file" data-dojo-attach-event="onchange:_onupload" data-dojo-type="dojox/form.uploader"/> _onupload: function(evt){ } dojo dijit.form
Comments
Post a Comment