Loading image file from other location?

Hello,

I have an app where the user will need to load their own logo. Unless the logo image is in the photo album there is not any way to load it is there? I know I can use loadRemoteImage but they have to know the url to the image on a server. I would have to create a web page for the user to upload it from and then read the available files from the server and let them select one.

Any easier solutions?

Thanks,

Warren

Hi Warren,

You may want to explore the “Pasteboard” plugin. This allows you to paste an image that was copied from the device’s pasteboard, however this only works on iOS (for images).

https://docs.coronalabs.com/plugin/pasteboard/index.html

Brent

Hi Warren,

You may want to explore the “Pasteboard” plugin. This allows you to paste an image that was copied from the device’s pasteboard, however this only works on iOS (for images).

https://docs.coronalabs.com/plugin/pasteboard/index.html

Brent