I am developing a windows application and I want to add a browse button to upload file and once the user chooses file or files to be uploaded (only pdf files), I want to append them in a panel, and when clicking on any file it opens in adobe reader as these files are pdf.
Share
The browse button click event should be like this,
I am not sure about the later part of the question though. Do you want to load (open) the file or upload it? And what exactly do you want to add to the panel? A panel is simply a controls container.