adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How to create an image site 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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to create an image site 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.

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How to create an image site url?

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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to create an image site url?

Adam,

Please provide us with the the post, you are talking about and please clarify what exactly does not work for you.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to create an image site url?

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?

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How to create an image site url?

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.

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How to create an image site url?

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to create an image site url?

Hi Adam,

Here is how to upload files: http://devcenter.appery.io/tutorials/...
To get a file link: http://devcenter.appery.io/documentat...

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How to create an image site url?

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?

Return to “Issues”