I'm new to this so if this is an obvious question I apologize.
I saw a tutorial about how to download a File from the Filemanager within Appery but nothing for the PhoneGap camera service specifically. My image files are in another collection called "inventory".
I have my camera service set to 'Data URL' to save image files in the Appery DB.
I want to to move these to a my web server via FTP so they have a regular URL like http://xxxxxx.com/image.jpg. How is this accomplished?
Are the photos already hosted from a URL on the Appery server?
How can I view that file if it has a URL like data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBxQQEBUUEBQWFBUVFBgVFRQYF...
I have already reviewed PhoneGap docs and Appery Docs could not find an answer.
Thanks
Jon