• Urvi
  • NEWBIE
  • 5 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi,

I am facing problem in

<apex:inputfile accept="doc, txt, pdf, zip" value="{!attachment.body}" filename="{!attachment.name}" contentType="{!fileContentType}" fileSize="{!uploadFileSize}"></apex:inputfile>

accept="doc, txt, pdf, zip" property this i have applied still it will accept all files in open file dialogue...

 

It will accept all files and we have to write validations manually.

 

Is there any other way or am i going wrong with this?

 

Please let me know ASAP

 

Thanks in Advance

Urvi

  • January 29, 2010
  • Like
  • 0

Hi,

I have to export data from the .csv file( in a shared folder) to the corresponding fields in my Salesforce account using Apex code.

Kindly advice me how to achieve this...
Also share if some sample codes are available.


Thanks in Advance
Ambily

  • April 21, 2010
  • Like
  • 0