cancel
Showing results for 
Search instead for 
Did you mean: 

File Visibility in uploading the file using web DynPro java

Former Member
0 Kudos

hello,

i have gone through the tutorial " uploading & downloading the file using web DynPro java".

the upload functionalty is working fine. but i need to know thw path where these files are getting uploaded ??

Waiting for the reply..

Regards,

Viren Gupta

Accepted Solutions (0)

Answers (2)

Answers (2)

p330068
Active Contributor
0 Kudos

Dear Viren

Please refer to the below document for the uploading the server.

[Upload a File into Knowledge Management (Km) Repository Using File Type Resource|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a099a3bd-17ef-2b10-e6ac-9c1ea42af0e9?QuickLink=index&overridelayout=true]

[Upload File in KM repository using KM|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1750] [original link is broken] [original link is broken] [original link is broken];

[Download File from KM using KM|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5275] [original link is broken] [original link is broken] [original link is broken];

Once uploaded to specific folder in KM, then you can get the path for the uploaded document.

Hope it will helps

Best Regards

Arun Jaiswal

Former Member
0 Kudos

Hi Viren,

Are you are refering to the below tutorial for upload and download:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0e10426-77ca-2910-7eb5-d7d8982cb...

If yes, then answer is that the file is stored in the context of the application only as "com.sap.ide.webdynpro.uielement-definitions.Resource" object. Please read through the tutorial to understand the full process.

WD doesn't really upload to server automatically unless there is any explicit code written. All it does is to store the file in a temp context which you can access and write your own code to store it in a particular location.

Regards,

Mahesh