I have problem with \"input tag\" in non IE browsers
I\'m trying to write my uploader , just using javascript a
Above answers are pretty sufficient. Additional to the onChange, if you upload a file using drag and drop events, you can get the file in drop event by accessing eventArgs.dataTransfer.files.
onChange
drop
eventArgs.dataTransfer.files