This topic is locked

Scanning in PHP

6/1/2012 1:26:48 PM
PHPRunner General questions
S
stec5345 author

Is it possible to upload a document into PHP directly from a scanner instead of having to scan first then upload from the local PC? Is there a third party app?
Steve

Sergey Kornilov admin 6/1/2012

PHP runs on the web server while scanner is attached to the client PC. You are looking for a third party software or a component that can send image to the web server without saving it first on client's PC.

S
stec5345 author 6/1/2012

That's Correct....



PHP runs on the web server while scanner is attached to the client PC. You are looking for a third party software or a component that can send image to the web server without saving it first on client's PC.

S
stec5345 author 6/1/2012

Anyone know of any third party products that will accomplish this?

Sergey Kornilov admin 6/1/2012

This might be something that comes bundled with the scanner.

S
stec5345 author 6/1/2012

Anyone know of any third party products that will accomplish this?

C
cjsaputo 6/2/2012

Try this link http://www.dynamsoft.com/products/webtwain_overview.aspx



Is it possible to upload a document into PHP directly from a scanner instead of having to scan first then upload from the local PC? Is there a third party app?
Steve