This is a migrated thread and some comments may be shown as answers.

how to preview uploaded multiple file in telerik radasyncupload

0 Answers 97 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mukesh
Top achievements
Rank 1
Mukesh asked on 21 Feb 2017, 06:04 AM

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

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Mukesh
Top achievements
Rank 1
Share this question
or