Can both machines (client and server) mutually access a public directory on
the network? Or can the server access a directory on the client machine?
(via ftp, shared directory, nfs, etc.)

If you are running in an intranet, you might be able to have the scanning
or webcam software write the image to the shared location. You could then
have the browser invoke the servlet and then have the servlet read the file
from the location directly.  This way, you wouldn't have to handle the
Multipart Request or deal with a file dialog.  If the file name changes,
you could send the file name or the path to the server and have the use it
to locate the file.

-Richard

At 06:35 PM 9/6/01 -0300, you wrote:
>hi, does anybody implemented or can give some tips
>on how I can develop an application where the client
>(browser if possible) scans a photo and then sends it
>to my servlet?
>
>The scenario is a security front-desk where the
>employee must scan the document of a person
>(scanner or webcam) and send it to the server.
>
>I really have no idea of how to implement this
>in a browser/servlets enviromnent and archives
>didn 't help this time.
>
>TIA,
>
>Martin
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to