Having trouble displaying image from file collection.
So far we have followed the tutorial http://devcenter.appery.io/tutorials/... and have successfully uploaded an image. Unfortunately we are struggling to display it in our app.
We have tried grabbing the fileurl from the Success event of the upload service (i.e. data.fileurl) but this doesn't seem to have a value. We had planned to store this value in local storage, then map this to a collection on the create service. We got this idea from https://getsatisfaction.com/apperyio/...
Ultimately, we will display an image mapped to the url field in the collection in a collapsible set using the list service.
Are we going about this the right way? What might we have done wrong?