function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Priyanka MinkikarPriyanka Minkikar 

How to fetch attachmentname added to the case in visualforce page?

Hi,

I am trying to fetch the attchment name in my visualforce force page , I have used Case controller, I want to fetch name of the attachment that is added while creating the Case.

Can anyone please help me with this, I am in a urgent need.


Thanks !
Siva Krishna KondapalliSiva Krishna Kondapalli
Hi
Priyanka Minikikar
I think you cannot change the name of the file that was attached to the case 

you could call your file through this tag in you VF page through this tag
<apex:inputFile value="{!csvFileBody}" filename="{!csvAsString}"/>


Please mark my answer the best one, if this helps you