cancel
Showing results for 
Search instead for 
Did you mean: 

How to store attachments in CAF?

Former Member
0 Kudos

Hi, all.

I implemented a wd app to let user upload some attachments and I wanted to store the attachments with CAF. In my wd app, I declared a wdresource to ctach the uploaded attachment. What type should I use for my BO`s attribute to store the attachment?

Thx a lot.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Louis!

What type should I use for my BO`s attribute to store the attachment?

I guess that the type BASE64BINARY is the appropriate one.

Best regards

Alexander

Former Member
0 Kudos

Hi, Alexander.

Thx for your help. I still try it. But I have no idea how to convert WDResource type into

BASE64BINARY.

BR.

Louis Huang.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey Guys,

any News on this?

I want to do the same thing and I guess I am about to face the same problem...

Let me know!

Johannes

Former Member
0 Kudos

Hello!

The BASE64BINARY is the perfect to do it, but please note we have the BO type Document and we don´t need to transport full archive all time we use these objects, that´s because when i use a BASE64BINARY i am carry full archive on hard code, the type Document we´ll reference a local where stay the file and some properties about him.

Off course for the use of any one depends what do you´ll do with they.

I hope i helped you.

Best regards,

Ronaldo Rampelotti