Yes exactly. I want to use it for both smartphones and computers.
Yes exactly. I want to use it for both smartphones and computers.
Hi Viktor -
Are you still experiencing this issue?
If yes, could you please share your app with us and send us your app name in your ticket #12833
(here is how to share apps: https://devcenter.appery.io/documenta...)
Hello Sithan,
Please provide us with the more details of your issue - what kind of project you are using -JQM or Angular, how do you upload your photos,where you store them, what device and OS you use.
Hi Evgene,
I was out of station and couldn't able to respond you.
Its a JQM project. We capture the photos from iPhone4S device (iOS Version 9.0.2). On Registration, we are opting the user to upload their profile picture. When the user taps the edit Image icon, we are invoking the phonegap capture method to capture the image and then stored to the hosting server via custom API. We are using the server image path to display the profile image.
Looking forward to your positive reply.
Thanks!
Hello,
You can rotate the image with JS: http://stackoverflow.com/questions/17...
Hi - for desktop and mobile platform different services for uploading images are used, you can use the solution that Sergiy suggested above for web uploaded images.
i use this tutorial as blue print
https://sites.google.com/a/gotiggr.co...
for upload i use
uploadMultipleFilesHelper(UserInfo_db__files_upload, fileselect);
it work for image and video upload.
i looked at the solutions that Sergiy suggested above for web uploaded images, but im not sure how to implement it in appery, can some one tell me how to implement on any of the solutions?
thanks!