cancel
Showing results for 
Search instead for 
Did you mean: 

File Download in Table

Former Member
0 Kudos

Hi

I have embeded File Download as a Table Column to display multiple file downlaods.

I am setting IWDModifiableBinaryType for setting default download file name for each of the rows.

Problem is it results in single filename for all the rows. I guess this is common for a node attribute.

Is there a way I can set independent filename and mime type values for each of my file downloads in a table rows.

Please let me know

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Rajeev,

You are right -- type information is part of metadata shared among all data elements of node. So the file name will be the same for all rows.

However, you may try to handle onLeadSelect event in table and update binary type again -- just change name here. Warning: this may or may not work, I've never tested this.

In NW04s you have more flexible solution with attributes of type IWDResource.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Former Member
0 Kudos

Sorry Rajeev,

I got the question wrong.

Regards

Rohit

Former Member
0 Kudos

Thanks Valery

On LeadSelect works in this case for updating the download filename !

Former Member
0 Kudos

hi rajeev

can you please give me your code

regards

saravana

Former Member
0 Kudos

Hi Rajeev,

Check this link out

Hope this helps you

Regards

Rohit

Former Member
0 Kudos

Rohit,

Here is question about file <b>download</b> control, we discussed file <b>upload</b> control in thread you mentioned.

VS