Hi,
In my code, I am sending the parameters as part of header.
var url = "https://api.appery.io/rest/1/db/files......"
url += "&X-Appery-Session-Token=" + localStorage.getItem("userSessionToken");
url += "&Content-Type=image/jpeg";
Hi there!
I have a question on uploading an Image to the Files collection.
I have added a image file as an asset to an Image UI control. How do I get the file name, content type and image data in Javascript so that I can send those as request to the Files create service?
Thanks!
VJ