--- layout: examples title: Demo with file-input showInMenu: false ---

Working with file-input

This example let's you select an image from your local filesystem. QuaggaJS then tries to decode the barcode using the preferred method (Code128, EAN , Code 39 or Codabar) There is no server interaction needed as the file is simply accessed through the File API.

This also works great on a wide range of mobile-phones where the camera access through getUserMedia is still very limited.