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 ?

link|improve this question

Here is a java one. stackoverflow.com/questions/11338/… – Daniel A. White Aug 12 '09 at 13:07
feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.