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

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -