I am using a FileSelect to allow users to upload attachments with a request. Once the file is uploaded and it appears in he file list, there doesn't seem to be a way to allow the user to open in from an OnClick event or anything.
Is there a way to either:
1. Capture and on click even when they click a file in the FileSelectFileList
or
2. Hide the FileSelectFileList all together so that I can replace it with my own list and implement the functionality myself?
Thanks in advance