2

i look a script that do this , that can acquire an image from scanner and upload it to server

i work in LAMP environment .

i know this company:

http://www.chestysoft.com/ximage/twainupload.asp

Does anyone know free script (activeX) ? Does anyone use a similar script ?

pnuts
  • 58,317
  • 11
  • 87
  • 139
Haim Evgi
  • 123,187
  • 45
  • 217
  • 223
  • Here is a java one. http://stackoverflow.com/questions/11338/getting-java-and-twain-to-play-together-nicely – Daniel A. White Aug 12 '09 at 13:07
  • here is one [demo](http://www.dynamsoft.com/demo/DWT/online_demo_scan.aspx) that uses javascript at the client side and php at the server side. – flysakura Nov 21 '12 at 08:03

1 Answers1

1

There are a bunch of PHP systems that have Java bridges which would allow you to call out to Java objects. Zend has one and IBM has one (Project Zero).

If you have a good Java script and cannot find one for PHP, I would just call out via Java, or trigger the Java program and get the output back from it.

Jacob

TheJacobTaylor
  • 4,063
  • 1
  • 21
  • 23