Page 1 of 3

How to create an image site url?

Posted: Tue Jul 01, 2014 4:41 am
by adam griffin

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.


How to create an image site url?

Posted: Tue Jul 01, 2014 7:53 am
by Evgene Karachevtsev

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.


How to create an image site url?

Posted: Tue Jul 01, 2014 9:08 am
by adam griffin

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.


How to create an image site url?

Posted: Tue Jul 01, 2014 9:41 am
by Evgene Karachevtsev

Adam,

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


How to create an image site url?

Posted: Tue Jul 01, 2014 2:42 pm
by adam griffin

How to create an image site url?

Posted: Tue Jul 01, 2014 3:19 pm
by Kateryna Grynko

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?


How to create an image site url?

Posted: Tue Jul 01, 2014 5:26 pm
by adam griffin

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.


How to create an image site url?

Posted: Tue Jul 01, 2014 5:30 pm
by adam griffin

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?


How to create an image site url?

Posted: Tue Jul 01, 2014 8:07 pm
by Kateryna Grynko

Hi Adam,

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


How to create an image site url?

Posted: Tue Jul 01, 2014 10:14 pm
by adam griffin

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?