Hi,
I got a requirement to display attachment names on screen instead of displaying paper clip in sharepoint list. How can i do this ?
I got it finally…Please refer http://amitphule.blogspot.in/2012/04/display-item-attachments-in-sh… for more informaiton on this only thing you need to make sure to get the final result is select the ID of the Sharepoint List Item:
<xsl:value-of select=”$thisNode/@ID”></xsl:value-of>
I would suggest you to use the Jquery and find the anchor tag and replace Icon with File Name.
I don’t have SP2010 env. so I can’t send you the exact code.
Thanks
Pankaj Srivastava
exactly, I want to show attached file names …instead of attachment icon (paper clip)
Hi Manju,
Please correct me if my understanding is wrong. Do you want to show attached file name instead of attachment Icon on a List Item or inside RichTextField. ?
Thanks,
Pankaj Srivastava