I\'m working on a script to let the user upload a file and sees a upload status and the file is then saved on the server.
The problem is that I cannot use the php ap
I have a Gist on this. It uses xhr.send(FormData) and shows minimal code to handle the file in PHP.
xhr.send(FormData)