Welcome to dbForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Reading scannres output

 
   Database Forums (Home) -> PHP RSS
Next:  Tomcat Struts Datasource problem  
Author Message
Om1d_h




Joined: Jul 19, 2005
Posts: 3



(Msg. 1) Posted: Tue Jul 19, 2005 5:27 am
Post subject: Reading scannres output

We have a web based accounting software, and severly need to connect to scanners and operate them via our programs. What can be used? PHP, Javascript,... to do that? ??????

 >> Stay informed about: Reading scannres output 
Back to top
Login to vote
dracolytch

External


Since: May 10, 2005
Posts: 3



(Msg. 2) Posted: Tue Jul 19, 2005 10:49 am
Post subject: Re: Reading scannres output [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What an odd little question...

Are the scanners attached to the server, or the client?

~D

 >> Stay informed about: Reading scannres output 
Back to top
Login to vote
elektrophyte

External


Since: Jan 29, 2005
Posts: 2



(Msg. 3) Posted: Tue Jul 19, 2005 4:03 pm
Post subject: Re: Reading scannres output [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Om1d_h wrote:

[...]

> > Are the scanners attached to the server, or the client?
> >
> > ~D
>
> They are connected to the clients.
> I'm just looking for a way to handle it. What about Javascript?
> What about asking users to scan the file and then upload the .JPG file
> on our server?
> Any other ways? ???


Forget JavaScript. Just scan directly to the server.

Any other ways? Try Googling "macro utility".

I don't think this question has anything to do with PHP.

By the way, one question mark is fine.

E
 >> Stay informed about: Reading scannres output 
Back to top
Login to vote
Om1d_h




Joined: Jul 19, 2005
Posts: 3



(Msg. 4) Posted: Tue Jul 19, 2005 4:39 pm
Post subject: Re: Reading scannres output [Login to view extended thread Info.]

They are connected to the clients.
I'm just looking for a way to handle it. What about Javascript?
What about asking users to scan the file and then upload the .JPG file on our server?
Any other ways? ???
 >> Stay informed about: Reading scannres output 
Back to top
Login to vote
talthen.z-serwera.o2

External


Since: Jul 18, 2005
Posts: 15



(Msg. 5) Posted: Wed Aug 03, 2005 6:55 pm
Post subject: Re: Reading scannres output [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Om1d_h" <UseLinkToEmail.TakeThisOut@dbForumz.com>
> We have a web based accounting software, and severly need to connect
> to scanners and operate them via our programs. What can be used? PHP,
> Javascript,... to do that? ??????

Write a normal, compiled, client-server app that uses sockets. It's quite
easy to do in Free Pascal/Delphi. However it might be a bit hard do use
Twain drivers...

PHP is executed on server. All the client get is html code + headers. So PHP
can't control scanners.
JavaScript can control only user's web browser, which *usually* can't scan
:]
Same with Java, Flash.

If you can ask user, to scan the image, than you can ask the user to send to
to you via e-mail.

Regards,
Talthen
 >> Stay informed about: Reading scannres output 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Reading from txt file - I have the following code: <?php $username = $_POST['username']; $myFile = "clientlist.txt"; $fp = fopen($myFile, 'r'); $content = fread( $fp, filesize( $myFile ) ); $inputString = $username; $arrFp = file( $myFile ); // Open the data file ...

Reading a cookie - I did try to find the answer to this before posting, so this isn't a knee jerk reaction. What I am trying to accomplish is to have a script that opens a cookie, reads a value, and then use a switch/case to take action based on that value in the cookie. ...

UTF-8 file reading and writing for PHP - I'm creating a page that: - accepts user input in whatever language - saves that input to a file - reads the file and displays the original input The following code successfully writes the user input to a file (when I open the file, it's in the..

Reading remote Session ID - Hi there I have just spent some time re-done a form on my on my site, I have added one of those random images. Please can somebody tell me if what I am doing is correct, the reason I ask I was under the impression you could not read a session ID..

PHP reading extra file info... - I am an ameture digital photographer (along with a newbie developer) and I've an album of my pictures online. I've been building this album to be just how I want it and I've come to one last feature that I can't figure out. How do I read the extra..
   Database Forums (Home) -> PHP All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]