Import images from server to make gallery app

Hi guys,
I’d like to make a simple app with as the homescreen sime image tiles, if you click on the image, a second window appears to show all of the images in that gallery. Now, I’d like to get the images from my server, but I can’t find a way to do this. The hosting company that hosts my server is called “Siteground”. Is it possible to do this?
Kind regards
Bram

you have lots of different ways to download an image from a server.

one is by ftp:

http://developer.coronalabs.com/node/5061

another is:https://docs.coronalabs.com/api/library/display/loadRemoteImage.html

there are others, but you can start with those…

saying that if had search google with “download image from server corona sdk” you had  got your answer in 10s already…

Hi,
I’m sorry. I wasn’t completely clear. So I’ve got an image map on the server with in that map a variety of maps with pictures in (so the maps havr a label). Now, I’d like to get all of the images from the Image map to my app, all of them in the labels given to them by the maps. Is that possible?
Kind regards
Bram

you have lots of different ways to download an image from a server.

one is by ftp:

http://developer.coronalabs.com/node/5061

another is:https://docs.coronalabs.com/api/library/display/loadRemoteImage.html

there are others, but you can start with those…

saying that if had search google with “download image from server corona sdk” you had  got your answer in 10s already…

Hi,
I’m sorry. I wasn’t completely clear. So I’ve got an image map on the server with in that map a variety of maps with pictures in (so the maps havr a label). Now, I’d like to get all of the images from the Image map to my app, all of them in the labels given to them by the maps. Is that possible?
Kind regards
Bram