Share via


Asp.Net Website - Scan QR Code from Smart Phone

Question

Wednesday, December 11, 2013 4:29 AM

Friends,

I am developing website for Smart Phones, I would like to Scan the QR Code from Printed Document / Label through mobile device.

Please provice me suggestion / reference how i can achieve this.

 

All replies (3)

Wednesday, December 11, 2013 9:37 AM

Any one tried below suggestions

http://stackoverflow.com/questions/17738395/barcode-scanner-for-mobile-phone-for-website-in-form


Wednesday, December 11, 2013 1:10 PM

Tired of googling, Nothing helped...

please let me know if anyone have the solution for this.


Thursday, December 12, 2013 5:45 AM

To scan a QR Code from printed docs or labels through any mobile is through the device's camera AND a software/app that can decode the barcode. But from your ASP.NET code, you do not have access to device's camera. What you should do is:

1. Let the user to take a picture of the QR Code from the doc or label and save it locally in the device

2. In your ASP.NET page, allow the user to upload this picture file

3. After getting that file from your ASP.NET server code, you can try decoding it by using a software-based barcode reader suporting QR Code like http://zxingnet.codeplex.com/