cancel
Showing results for 
Search instead for 
Did you mean: 

problem in FileUpload UI element

Former Member
0 Kudos

Hi All,

I have done all the operations that are there in this lilnk of FileUpload UI element and I am giving the link also

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f5d3c40a-0801-0010-55b7-9e3...

Here, Web Dynpro runtime automatically transports different types of MIME files between the client-side user interface or UI element and the server-side controller context.

Now I have to take that file from server-side conroller

context and I have to place that file into my desired server path.

please help me regarding this issue.

Thanks All

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

When u create FileOutputStream object, u can specify the location where u want to place the file in the server. If the file is already in the server, create a FileInputStream object of that file and copy that file in a new location in the server.

Regards,

Piyush.