Using <input type="file">
allows someone to upload a pdf already on their system.
What if they are about to scan a massive document that they do not want taking up space on disk? Is there a way to upload a file directly from a scanner?
Using <input type="file">
allows someone to upload a pdf already on their system.
What if they are about to scan a massive document that they do not want taking up space on disk? Is there a way to upload a file directly from a scanner?
Other than the button on the front of the device? There are a number of methods. On windows, almost every device has an api you can access http://www8.hp.com/us/en/products/server-software/product-detail.html?oid=5440657 On Linux, everything is done on the command line anyways, a script for the basic execution commands is a snap. http://www.cyberciti.biz/faq/linux-scan-image-commands/ Really it all depends on what device and what operating system you are using.