Page 1 of 1

How to display an uploaded image

Posted: Mon Jul 27, 2015 12:07 am
by Deon

Hi

I used the appery file upload service. Thats great. Now I have a file in the collection. Do you have documentation that describes how you would actually display the file if it was an image?

Thanks


How to display an uploaded image

Posted: Wed Jul 29, 2015 9:08 am
by Alena Prykhodko

Hello Deon,

We have tutorials where you can find how to show images from database https://devcenter.appery.io/tutorials...
https://devcenter.appery.io/documenta...


How to display an uploaded image

Posted: Wed Jul 29, 2015 7:06 pm
by Deon

Neither of those documents explain how to pull the image from the _files collection.


How to display an uploaded image

Posted: Thu Aug 06, 2015 7:47 am
by Illya Stepanov

Hi Deon -

You can find an answer from Yurii here: https://getsatisfaction.com/apperyio/...


How to display an uploaded image

Posted: Mon Aug 31, 2015 7:56 am
by Deon

Hi

No. It just explains on how to upload the file, NOT to retrieve the URL.


How to display an uploaded image

Posted: Mon Aug 31, 2015 2:16 pm
by Deon

Hi
I sorted it out. I used the binary upload example which had response parameters.

Works perfectly.