This content has been marked as final.
Show 3 replies
-
1. Re: CFTAG to invoke an application on the Users Client Machine
Mr Black Apr 27, 2006 10:26 AM (in response to 2dotrs)You cannot "invoke" any code on client's machine (every hacker's dream). However, you do not need to. Your application should work in the opposite way: scan the document at client location and post the image to the server using HTTP. -
2. Re: CFTAG to invoke an application on the Users Client Machine
2dotrs Apr 27, 2006 11:48 AM (in response to Mr Black)Thank you for your reply. What you bring up is an important issue, and it is a backup alternative for you users. This web application is not an application that accessible to the General Internet Public. It runs behind a corporate firewall and the process is part of a recieving process flow. Authority to run this process is allowed by a minimum of 2-3 people per warehouse. The User have indicated they wanted the process to be integrated with the application flow. This posting is to see whether or not ColdFusion can support that flow. -
3. Re: CFTAG to invoke an application on the Users Client Machine
Mr Black Apr 27, 2006 1:01 PM (in response to 2dotrs)In any case it must be an application on the client side that scans and posts image to the server. You can load the application from the server, like ActiveX control, but essentially, it doesn't make any difference whether it is pre-installed on the client or loaded from the server.