You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I am running in to a problem. The uploader works fine in my website. When I try to upload some image while running my website from an android device, the uploader gives me an option to take a picture from my camera and upload.
But when I run the same website in an iOS device the uploader only gives me the option to select an image from the photo gallery. Is there some kind of setting in iOS devices that can enable me to click an image from my camera and upload it.
Thanks.
The text was updated successfully, but these errors were encountered:
You should set multi_selection property of plupload uploader to false and it gives you needed result. Actually author did that job to manage it by directive attribute but it's only src/js directory code, it wasn't builded by grunt. So you have couple variants to do that
Hey,
I am running in to a problem. The uploader works fine in my website. When I try to upload some image while running my website from an android device, the uploader gives me an option to take a picture from my camera and upload.
But when I run the same website in an iOS device the uploader only gives me the option to select an image from the photo gallery. Is there some kind of setting in iOS devices that can enable me to click an image from my camera and upload it.
Thanks.
The text was updated successfully, but these errors were encountered: