copy file from client to server in a web deployed application [message #278624] |
Mon, 05 November 2007 03:21 |
jyotiweb
Messages: 7 Registered: March 2005
|
Junior Member |
|
|
I have developed one application using Oracle forms, which is deployed on the web server.
I run this application from a client PC in Internet Explorer using internet.
I want to copy one file from the client PC to the web server.
I have done following things
- Created a shared folder on the server and given full rights to every one on this folder
- I use 'net use' command in my program to connect to this shared folder
- I use copy command to copy file from local client pc to server. This copy command I am executing using host command of my programming (PL/SQL: eg. host('copy abc.txt \\server\share\') )
But this does not work.
When I do the same thing in command window, it works.
(ie. Start-Run cmd to open command window and then type the above copy command)
Can you please tell me, how to copy a file from client PC to the sever in Web deployed application?
Thanks
|
|
|
|
|
|
|
|
|