jQuery-File-Upload.MVC5 icon indicating copy to clipboard operation
jQuery-File-Upload.MVC5 copied to clipboard

Thumb Images of other type of files

Open samseen opened this issue 7 years ago • 3 comments

Hello, where should I look at if I need to display an icon for PDF, Word or other file types thumbnail after image upload. It presently only works well with image file types.

samseen avatar Jan 03 '18 11:01 samseen

In FileHelper.cs Replace line 221 string extansion = Path.GetExtension(FileName).Replace(".","");

lucasmicheleto avatar Mar 07 '18 22:03 lucasmicheleto

@samseen Does @lucasmicheleto solution worked for you? Can I close the issue?

llamaonsecurity avatar Mar 16 '18 09:03 llamaonsecurity

@TheKalin I'll check and will let you know soon.

samseen avatar Mar 16 '18 21:03 samseen