cancel
Showing results for 
Search instead for 
Did you mean: 

Uploaded Image, how can I save it to reload it again

Former Member
0 Kudos

Hi Guys,

I uploaded image and displayed it well in my screen. But, this time I would like to store the image persistancely in my database to reload it, when an other usecase.

This, my code to upload image with the path. It works well.

Now, I would like to store the image or (the path of the image) definitively, in the system.

Do you know how?

Thank a lot for your help.

Rachid

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Rachid,

You need to create a field FILE_DATA of type RAWSTRING in DDIC table and use it to store your file data.

Refer the below document in which I have clearly explained the process.

Regards,

Rama