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
arpit vijayvergiyaarpit vijayvergiya 

how to show attachment in popup box

) Query all contact records (limit 1000), and show using jquery table as below example:
http://datatables.net/examples/basic_init/themes.html

2) Make first name as clickable, and on click show the record information in editable format in a jquery popup dialog box like below example:
http://jqueryui.com/dialog/#modal-form

3) Contact must be saved using this dialog along with Photo Upload option. That photo must be saved in attachment for that contact and must be visible when the dialog box open for that record.

in this scenario i have done upto 2nd point and in 3rd point photo is being uploaded successfully bt i am not able to show photo in popup box when i open it again after photo upload
Best Answer chosen by arpit vijayvergiya
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Arpit,

May I request you to please refer the below link for reference. I hope it will be helpful.

Best Regards
Rahul Kumar

All Answers

Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Arpit,

May I request you to please refer the below link for reference. I hope it will be helpful.

Best Regards
Rahul Kumar
This was selected as the best answer
arpit vijayvergiyaarpit vijayvergiya
thank you rahul kumar but i already have tried these example. that was not helpful for me in this case. now the problem is solved. thank you for kind support Sent with Mailtrack