cancel
Showing results for 
Search instead for 
Did you mean: 

Files...

david_fryda2
Participant
0 Kudos

Hi everyone,

My J2EE engine server is on another computer.

When I run my WebDynPro application, I want to save files on my localhost (not on the server).

Of course, I'd like to open them and read them.

All the problem is that I do not success saving files on the localhost.

Is it possible ?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You will have to use FileDownload UI. When you deploy your webdynpro app it runs on the server. So the file will get created on the server. You will have to use the FileDownload UI element to write contents like what subhadhip suggested.

regards

ravi

Former Member
0 Kudos

Hi David,

cant you use a FileDownload for this? I dont know your proper requirement. Just guessing.

Shubhadip