martin bertram
Top achievements
Rank 1
martin bertram
asked on 24 Nov 2011, 08:00 PM
With Kendo UI and the upload control, can one have the app allow the user to take a picture from their phone's camera and upload it?
Thanks
Thanks
7 Answers, 1 is accepted
0
Hello Martin,
Georgi Tunev
the Telerik team
Currently this is not possible. As far as I know, HTML5 doesn't support camera access yet. There are some solutions in the Net, but they use Flash. Of course, if there is a native support for that in the future, we will add this feature as well.
Georgi Tunev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Hi,
Tsvetomir Tsonev
the Telerik team
Further investigation showed that the built-in "Take Photo" dialog on iOS does not appear with the default Upload configuration.
In order to enable it you need to set the multiple option to false:
$("#upload").kendoUpload({ multiple: false });
I hope this helps.
Greetings,Tsvetomir Tsonev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
answered on 17 Nov 2014, 08:18 PM
Hi Tsvetomir
I having this "Take Photo does not appear when upload has multiple: true"-issue.
Do you by any chance know if this is an iOS only issue?
I having this "Take Photo does not appear when upload has multiple: true"-issue.
Do you by any chance know if this is an iOS only issue?
0
Hello Morten,
Indeed the discussed issue is iOS only specific.
Regards,
Dimiter Madjarov
Telerik
Indeed the discussed issue is iOS only specific.
Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Keith
Top achievements
Rank 2
Iron
Veteran
answered on 22 Aug 2017, 04:40 PM
How has this changed? On an Android device with Chrome, the control shows "Camera, Camcorder, Documents". On an iPad with Safari, the control shows "Take Photo or Video, Photo Library, iCloud Drive". However on Windows 10 devices, the control only opens the Windows Explorer and provides no option for Camera, whether in Edge, IE, or Chrome.
Is this being addressed?
Is this being addressed?
0
Hello Keith,
I have performed some local tests on Windows 10 devices, but it seems that the Camera and the rest of the options for Windows are correctly prompted, when a click on the Upload widget is performed. The Edge version is: 25.10586.107.0 and the tests were performed on our online demos:
http://demos.telerik.com/kendo-ui/upload/index
Could you test the behavior with our online demos and let us know the behavior at your end?
Regards,
Nencho
Progress Telerik
I have performed some local tests on Windows 10 devices, but it seems that the Camera and the rest of the options for Windows are correctly prompted, when a click on the Upload widget is performed. The Edge version is: 25.10586.107.0 and the tests were performed on our online demos:
http://demos.telerik.com/kendo-ui/upload/index
Could you test the behavior with our online demos and let us know the behavior at your end?
Regards,
Nencho
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
Keith
Top achievements
Rank 2
Iron
Veteran
answered on 25 Aug 2017, 06:09 PM
Nencho,
I just started vacation. I'll look at it upon my return. Thanks!