• Venkateswarlu Marri 13
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hi All,

I am trying to upload file & attach with SFDC object , So I tried by using apex:fileinput but it is not working with my existing code because of rerendered issues. So Now I am trying using javascript to upload file but I am not able to pass the file data to apex controller using javascript.

Issue - Not able to pass file data using action:function parameter.

I am reffering to below URL -
http://manojjena20.blogspot.com/2015/11/apexinputfile-can-not-be-used-in.html

Please help me out.
Thanks in Advance.