I am trying to upload an image through my app create and save the image url into the backend. Then later show the image by its url.
I am trying to upload an image through my app create and save the image url into the backend. Then later show the image by its url.
Hello Adam,
You can find useful information here: http://devcenter.appery.io/ or here: http://devcenter.appery.io/tutorials/ We can try to help you with some specific problem/question, but unfortunately custom app logic is outside the scope of our support.
I don't understand how these links can help me??? I saw another post that I extremely similar to my question, the person that help says on success of an file upload add the code data.fileurl but I doesn't work for me.
Adam,
Please provide us with the the post, you are talking about and please clarify what exactly does not work for you.
Hi Adam,
What is the exact issue? Did you follow all the steps, checking services request and response parameters in Developer Console? Could you please clarify, do you have problems with getting file name in service response or can't you save it?
I am trying to set an web url to an image, so I can save the url in a database collection to retrieve for later. I came across this post https://c.getsatisfaction.com/apperyi... . What I am trying to do is somewhat similar to how the screenshots are saved and upload like this forum does.
I am having trouble getting the created url from the service success. If I do somehow get the created url could I use the url to display the image using img tags? If I cant get the url, is there any other way for me to create the url to display the image using the url with img tags?
Hi Adam,
Here is how to upload files: http://devcenter.appery.io/tutorials/...
To get a file link: http://devcenter.appery.io/documentat...
Using this direct to file link will give me a url that I can display using img tags or will it just download the file?