Hello,
Did you follow this tutorial http://docs.appery.io/tutorials/uploa... ?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
Did you follow this tutorial http://docs.appery.io/tutorials/uploa... ?
Thank you. I didnt see this. I will check this out
I tried the tutorial, I'm still not getting a response, I added an alert and its not alerting on response.
Please check that you use correct service settings.
http://docs.appery.io/documentation/b...
Service URL must be the next:
pre
https://api.appery.io/rest/1/db/files/[fileName]
/pre
I have that but how can I set up the response so I can map it to an image component.
From the picture above you can see I got the request and url working. I need help setting up the response part so I take the retrieved data and set it to display in an image component when I invoke services during page load.
Hi Adam,
Please take a look at here: http://docs.appery.io/tutorials/uploa...
I looked at this. I still do not understand it. Can you explain what I need to do?
Adam,
Request parameters are: 'X-Appery-Database-Id', 'X-Appery-Session-Token' and 'encoded'. Add response parameter 'base64data' manually and then map data as you need.