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"