Skip to content Skip to sidebar Skip to footer

Send $_POST And $_FILE Data To Php With JAVASCRIPT

I have a program where i wish to upload a video file, and post data. I have never done both together, and am unsure how to do it. i wish to do this with only Javascript, no jquery.

Solution 1:

You can use a javascript library like

http://www.dropzonejs.com/

It doesn't depend on jquery


Post a Comment for "Send $_POST And $_FILE Data To Php With JAVASCRIPT"