cancel
Showing results for 
Search instead for 
Did you mean: 

file(image/documents) upload in webdynpro abap

Former Member
0 Kudos

Hello experts,

     I'm developing an WD Application which can accept an image from the user through file upload UI element. It should be saved in ABAP application server later to be downloaded another user. Please let me know the classes and methods which can capture the image and save it as a file in the application server.

Thanks in advance

Pradeep

Accepted Solutions (1)

Accepted Solutions (1)

former_member213957
Participant
0 Kudos

Hi Pradeep,

1. via file upload ui element get the file name and file path 

2. The FM which transfers a file from  presentation - > Application  Server is :

ARCHIVFILE_CLIENT_TO_SERVER

You just need to mention filename with complete path.

3. similarly if want to download any file from application to presentation just use fm is:

ARCHIVFILE_SERVER_TO_CLIENT

Reward with Points if helpful.

Regards

KishoreKumar SVS

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kishore,

    Thank you. It solved the problem.

Regards

Pradeep kumar