Re: Re: Loading images in WO application

2006-10-27 Thread Daniele Corti
this can be a little difficult... client receives only HTML, and the only thing to do is to connect the button to a script that exec the scanner program, but, well, it WAS possible in windows, using VBScript, but now i think it's automaticaly blocked (do you realy want that an html page can access

Re: Loading images in WO application

2006-10-27 Thread Amedeo Mantica
The Client use the scanner, not the WebObjcets App running on server. So you neet to have a Three-Tier Application On 27/ott/06, at 14:47, Asa Hardcastle wrote: If you are on OS X, maybe you should consider using AppleScript. asa On Oct 25, 2006, at 3:32 PM, PS ps wrote: Hi, We need to i

Re: Loading images in WO application

2006-10-27 Thread David LeBer
On Oct 25, 2006, at 3:32 PM, PS ps wrote: Hi, We need to interface a WO application with a scanner such that the images are scanned and uploaded in the WO application. It would be helpful if anyone could provide me with some direction as to how to go about it. I'd have to say you've not give

Re: Loading images in WO application

2006-10-27 Thread Asa Hardcastle
If you are on OS X, maybe you should consider using AppleScript. asa On Oct 25, 2006, at 3:32 PM, PS ps wrote: Hi, We need to interface a WO application with a scanner such that the images are scanned and uploaded in the WO application. It would be helpful if anyone could provide me with so

Re: Re: Loading images in WO application

2006-10-27 Thread Daniele Corti
... what do you mean? 2006/10/26, Amedeo Mantica <[EMAIL PROTECTED]>: … in WO Java client app! On 25/ott/06, at 23:05, Daniele Corti wrote: i think you should try, first, to use import image with the scanner. To do this take a look at this thread: http://forum.java.sun.com/thread.jspa?threadI

Re: Loading images in WO application

2006-10-26 Thread Amedeo Mantica
… in WO Java client app!On 25/ott/06, at 23:05, Daniele Corti wrote:i think you should try, first, to use import image with the scanner. To do this take a look at this thread: http://forum.java.sun.com/thread.jspa?threadID=757497 I hope this can help you, but I'm sure there's an easier way...Then y

Re: Loading images in WO application

2006-10-25 Thread Daniele Corti
i think you should try, first, to use import image with the scanner. To do this take a look at this thread: http://forum.java.sun.com/thread.jspa?threadID=757497 I hope this can help you, but I'm sure there's an easier way...Then you can convert the image in NSData and store it in the db, I think t