Link to home
Start Free TrialLog in
Avatar of cincin2003
cincin2003

asked on

Writing to a local drive from the server

Hi
I am writing a web application and I need to write a new file to a local drive(on the client computer drive c: or D:) from server.
Please let me know how it can be done.
Thanks
Avatar of girionis
girionis
Flag of Greece image

 Can you elaborate a bit? You need to write data to a local drive (like c: or d:) in a file?
If you mean you want to implement a server-side 'push' to a drive on an arbitrary machine, that machine will have to have a listening Socket. If that's what you want, i've probably got a bit of code you can use.
Avatar of cincin2003
cincin2003

ASKER

Hi
I am writing a web application and I need to write a new file to a local drive(on the client computer drive c: or D:) from server.
Please let me know how it can be done.
Thanks
What server-side technology have you got?
I am using websphere 3.5
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thank you for now but I found my problam and I am good for now thank's
Well you asked a question and i have gone to the trouble of providing a solution, so please accept the answer.