标签: c# asp.net sharepoint telerik
Telerik上传的文件渲染列表的屏幕截图
有没有办法将Telerik UI的上传文件渲染中的普通文本更改为超链接,允许用户在提交表单之前预览上传的pdf文件。
即,单击超链接以在新窗口中打开pdf文档。
答案 0 :(得分:-1)
解决方案类似于Preview uploaded image with RadAsyncUpload所示的解决方案。在AsyncUpload的OnClientFileSelected事件的参数中访问所选文件,并将其显示在RadWindow或pdf.js in the browser中。