Page 1 of 1

How can I upload a photo to a website after I've taken it or after I've saved it to an appery db?

Posted: Mon Feb 17, 2014 8:54 pm
by Doug Clift

Just wondering if someone can point to a tutorial or documentation about uploading a photo to a website.

I'm trying to take a picture, upload that picture to my server or use the an appery db to store the photo but I need to text the url to a group of people so they can view it.

So I have the following questions:

  1. After I upload the file to an appery.io database, how can I view that photo via a url http://www.server.com/image.jpg

  2. Can I post the photo directly to my own server via php, if so, is there a tutorial or documentation

  3. How do I save a photo to the phone's camera roll?

    Thanks,
    Doug


How can I upload a photo to a website after I've taken it or after I've saved it to an appery db?

Posted: Mon Feb 17, 2014 9:28 pm
by Maryna Brodina

Hello! [quote:]After I upload the file to an appery.io database, how can I view that photo[/quote] using direct link, see http://docs.appery.io/documentation/b... [quote:]Can I post the photo directly to my own server[/quote]yes, you can. Send request to your server and receive file on server [quote:]How do I save a photo to the phone's camera roll[/quote]you can save file with photo where you want http://cordova.apache.org/docs/en/3.0...


How can I upload a photo to a website after I've taken it or after I've saved it to an appery db?

Posted: Mon Jun 02, 2014 2:31 pm
by Igor Balkin

hello! maybe you've got some tutorial / walkthrough on sending file to the server? thanks!


How can I upload a photo to a website after I've taken it or after I've saved it to an appery db?

Posted: Tue Jun 03, 2014 10:03 am
by Evgene Karachevtsev

Hello,

Unfortunately we can't have any tutorial about sending file to external service. But you can use for such goals PhoneGap FileTransfer API and it has a good documentation with comprehensive examples: http://docs.phonegap.com/en/3.3.0/cor...


How can I upload a photo to a website after I've taken it or after I've saved it to an appery db?

Posted: Tue Jun 03, 2014 7:34 pm
by Igor Balkin

Seems like a nice starting point. Thanks, will give it a try.


How can I upload a photo to a website after I've taken it or after I've saved it to an appery db?

Posted: Wed Oct 29, 2014 2:28 am
by Rafael Biton

Hello Igor Balkin

You managed to upload an image from the camera to a PHP server? if so can you share how you did? I also have this same need.

Thank you