javascript - Is it possible to use HttpRequest to upload files contained in a <div> tag -
would possible upload files (contained in ) client end server end using asp file uploader control. example div looks like: *
<input type='file'/> <div parent> <div child>file 1</div> <div child>file 2</div> <div child>file 3</div> </div>
* , files have been uploaded through asp file uploader
control. when post html page request.files
contains current page understandable.
what can upload these files/images when post page. not allowed use ajax
control, fyi. using bootstrap
, jquery
use feature on mobile devices. there feature available in bootstrap similar these can take advantage of. or suggestion appreciated.
thank you
html5 allows upload multiple files.
Comments
Post a Comment