Dojo Uploader with Drag and Drop
问题 I am trying to recreate this example in my project, to add the drag and drop feature to the dojo uploader: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/form/tests/test_Uploader.html Copying the exact same code in jsfiddle or in my application the line if(uploader.addDropTarget && uploader.uploadType=='html5'){ returns undefined for addDropTarget and iframe for the uploadType. I tried it with various browsers, and even added force: html5 in the uploader but nothing changed. Please,