Given the following snippet of code:
<CuteWebUI:UploadAttachments
runat="server"
ID="Uploader1"
MultipleFilesUpload="true"
ManualStartUpload="true"
InsertButtonID="BrowseButton"
ShowCheckBoxes="False"
ShowFileIcons="False" >
The File Icons are hidden in the view post-upload view but not in the pre-upload view.
How do I hide the File Icons in the pre-upload view?