You need to sign in to do that
Don't have an account?

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 !
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 !
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