Atozed Forums
Using the device's camera in a web app - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Using the device's camera in a web app (/thread-2306.html)



Using the device's camera in a web app - FAlvarado - 02-25-2021

Can a webapp developed with IW use the integrated camera in the device?
A web browser running in iPhone, tablet, android phone, etc can take a picture and uploading to the web server?
Best Regards
Francisco Alvarado


RE: Using the device's camera in a web app - ioan - 02-25-2021

TIWFileUploader on mobile, lets you select a picture from the device or select a camera to take a picture.


RE: Using the device's camera in a web app - Alexandre Machado - 02-27-2021

Yes, as Ioan sugested above, the easier way is to use a TIWFileUploader and let the user select the camera instead of a local file


RE: Using the device's camera in a web app - FAlvarado - 02-28-2021

Thank you Ioan and Alexandre
Francisco Alvarado