Can drag and drop files be included in a form? There are many options for asynchronous loading.
Is it possible to write file data and include it in the form field?
I use Rails as my server, so ideally, the data for the image will follow a form similar to the following:
<form multipart='multipart' >
<select name='files[type_id]'>
...
...
</select>
<div id="file_drop_spot">
</div>
</form>
source
share