I need to upload captured image and album image to the server in ionic app. Is anyone know how to do that? I am just fresh in developing ionic app
相关问题
- IONIC CLI could not add Platform Android
- CSS not rendering correctly on iOS 7.x when I use
- Ionic Facebook Api invalid key hash
- Ionic splash screen (error: unable to read uploade
- spawn ENOENT error
相关文章
- Upload a image through an HTTP form, via Multipart
- Image upload with ajax and asp.net returns html
- ionic tabs: How to reuse the same detail page accr
- How can I capture an image in Android and have it
- Local storage using Ionic
- Generating PDF file with Ionic framework
- How to set a timeout to abort an $http.get() insid
- Error : Failed to find the bower component “ionic-
i am using cordova imagepicker(pick image from camera) and upload to s3 server.
Note:- i am using REST api for image uploading "http://xxx.in/api/upload_image" * * Dependency Injection $upload* *
It is not really clear what you mean by uploading an image to the server with an ionic app.
A suggestion might be to convert the image to a Base64 string and send it to the server.