Upload Field Rename Content /Download

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
wincode2008
User
Posts: 119

Upload Field Rename Content /Download

Post by wincode2008 »

Good Day Experts,

I have a field Document_File which accepts multiple file upload. Example

Document_Name Document

Exhibits File_name_1.pdf, File_name_2.pdf

I would like to put download button and change the appearance like the below.

Document_Name Document

Exhibits Presentation 1 <download_icon>
Presentation 2 <download_icon>


arbei
User
Posts: 9384

Post by arbei »

You may use Row_Rendered server event to change the ViewValue property as you need.


Post Reply