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
Praveen NPraveen N 

upload image when we click on a image in visualforce page

Hi,
I have an image(attach icon)  in visualforce pag. On click of the attachicon , user should select the file and process records in controller. 
With standard apex:input file we get choose file button and can upload the file, but in my scenario i should not show the choose file button.

please help me out here.

Thanks in Advance
Praveen