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?
This topic is no longer open for comments or replies.
-
Hello!
After I upload the file to an appery.io database, how can I view that photo
using direct link, see http://docs.appery.io/documentation/b...Can I post the photo directly to my own server
yes, you can. Send request to your server and receive file on serverHow do I save a photo to the phone's camera roll
you can save file with photo where you want http://cordova.apache.org/docs/en/3.0... -
-
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...-
Seems like a nice starting point. Thanks, will give it a try.
-
-
-
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