I am trying to make a Drag&Drop uploader. I’ve made the drag&drop part,
but now I have to make the PHP and I am stuck, without a clue what to do.
My problem is that, I cannot use move_uploaded_file(); because no
<input type="file">
is submitted.
Is there a way to work around this and what should I be using/doing?
I am not asking for a full code example but just a clue to what’s next for me.
Look into this implementation to get an idea:
I’m using such implementation in one of my projects: