cancel
Showing results for 
Search instead for 
Did you mean: 

Save file to client Computer

Former Member
0 Kudos

Hello all,

I need to write a string to a file in local/ Client computer. I tried with the PrintWriter class but the file is getting saved in J2ee server; any way to save file in client side?

Thanks

- Vinod V

Points waiting for the right answer..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi vinod

Go through this blog

I think its useful to your requrirment:

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3596] [original link is broken] [original link is broken] [original link is broken];

Reward is useful

Trupti Zanwar

Former Member
0 Kudos

...and asking for reward is not.

Armin

Former Member
0 Kudos

Hi,

As their is no client side sccripting support in webdynpro, you have to use the filedownload UI for the user the save the file at his desktop. This cannot be done from the server where your WD code is being executed.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi ayyapparaj,

is there any other way; that i can save a string to file in local machine?

Thanks

- Vinod V