I am using below control and property for upload multiple files. I want to display (Preview file) each file near by file name.
<telerik:RadAsyncUpload runat="server" RenderMode="Lightweight" ID="ruDocument" MultipleFileSelection="Automatic"
AllowedFileExtensions=".doc,.docx,.pdf,.txt,.xls,.xlsx,.jpg,.png,.bmp,.jpeg,.zip,.rar"
UploadedFilesRendering="BelowFileInput"
EnableInlineProgress="true"
OnClientValidationFailed="validationFailed"
OnClientFilesUploaded="OnClientFilesUploaded"
OnClientFilesSelected="OnClientFilesSelected"
OnClientFileUploadRemoved="OnClientFileUploadRemoved"
OnClientFileUploading="OnClientFileUploading" />
Is it possible to display .xls or .doc file's first page as image in preview?
Thanks,
Mukesh Prajapati