Doug Clift
Posts: 0
Joined: Mon Feb 17, 2014 8:54 pm

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

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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...

Igor Balkin
Posts: 0
Joined: Mon Jun 02, 2014 2:31 pm

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

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

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

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...

Igor Balkin
Posts: 0
Joined: Mon Jun 02, 2014 2:31 pm

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

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

Rafael Biton
Posts: 0
Joined: Sat Oct 11, 2014 9:03 pm

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

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

Return to “Issues”