A scenario question...
-
Hello, i have a scenario where a user goes to a website, logins and performs a request such as 'Return my account details'. So instead of displaying the data in the browser, is it possible to 'instruct' the browser to save them as a specific file(s) at a specific location in the client's system? Thanks. Weiye, Chen When pursuing your dreams, don't forget to enjoy your life...
-
Hello, i have a scenario where a user goes to a website, logins and performs a request such as 'Return my account details'. So instead of displaying the data in the browser, is it possible to 'instruct' the browser to save them as a specific file(s) at a specific location in the client's system? Thanks. Weiye, Chen When pursuing your dreams, don't forget to enjoy your life...
You can return the file, and the user agree to download it, and the user would determine where to save the file. You could also use a Java applet, or ActiveX control.. Digitally sign which ever you choose to use, and the user agrees to using the object on the page. Hope this helps! ------------------------------- Joan MomComputerGeek.com
-
You can return the file, and the user agree to download it, and the user would determine where to save the file. You could also use a Java applet, or ActiveX control.. Digitally sign which ever you choose to use, and the user agrees to using the object on the page. Hope this helps! ------------------------------- Joan MomComputerGeek.com
Thanks for the info. Weiye, Chen When pursuing your dreams, don't forget to enjoy your life...