Linking Button to File in my Database
Posted: Wed Jan 15, 2014 6:03 pm
I've uploaded a file to my database, now I want to link a button to that file. I have no experience using REST services. How do I accomplish this?
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/
I've uploaded a file to my database, now I want to link a button to that file. I have no experience using REST services. How do I accomplish this?
Hi Mike,
http://docs.appery.io/documentation/b...
In Retrieving files section you can see how file path is generated. You would need to paste this path in, for example, a link component.
Great thank you!