bcabanes / ng-camera

AngularJS directive for capturing images form your computer's camera.
55 stars 33 forks source link

how to save the image as picture file and upload it into PHP server? #14

Closed ghost closed 8 years ago

ghost commented 8 years ago

I was wondering if it is possible to save the captured image into a file (.jpg, .png, etc) and upload it later into php server.. How can I do this? When i have my research angularjs is lack of support about ng-camera specially for those beginners. Please update.

alexcoroza commented 8 years ago

This plugin passes base64 image to "snapshot" value, so just try to research how to upload it in php.

ghost commented 8 years ago

i get it... finally..