cancel
Showing results for 
Search instead for 
Did you mean: 

How to write Image to file on server using URL

Former Member
0 Kudos

Hi Guys,

I have a requirement to read and write an Image from/to a company server.

I have been able to get code for reading the Image using a URL, but I am unsure on how to write the Image to the URL address once the Image has been uploaded in the WebDynpro context.

Please advise,

Thanks

Christiaan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Is KM configured in your portal? if KM is there you can do both upload and download. The below link may help you using KM API

[/thread/770752 [original link is broken];

If you want to try without KM you can do it by using ftp, go through the below link

[http://www.javabeat.net/tips/36-file-upload-and-download-using-java.html]

Regards

Suresh Bachimanchi