Adding functionality so that users can drag and drop a file to upload it to his or her print queue.
I have already begun work on this branch. Dragging a file onto the <input type=file> tag is not working as expected. And see my comment under clearFileInput in app.js another problem.
Adding functionality so that users can drag and drop a file to upload it to his or her print queue.
I have already begun work on this branch. Dragging a file onto the
<input type=file>
tag is not working as expected. And see my comment underclearFileInput
in app.js another problem.