Good afternoon,
I'm trying to upload image using JS but I'm not getting it, I'm not using jQuery, I'm using Axios.
So far, I've tried it that way
var files = document.getElementById("inputPhoto").files;
axios.post(url+'api.php', {...
asked by
18.06.2017 / 17:09