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

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

r - url in CRAN extension manual -

asp.net - .NET Control.ID property inconsistency -