Render input file "PDF" in Internet Explorer with ASP.NET MVC 5

0

I'm trying to show a preview of files (.pdf). Currently I select the files with the tag "input file multiple" and I generate a list of the names of the selected files, now I would like to add a link that when I click on it open me in a modal window an Iframe with a preview of the file. For Internet Explorer I have had trouble trying to do it with JavaScrip / Jquery only, so I will try to do it with asp.net mvc.

Example:            1.pdf file See Detail
           2.pdf file See Detail
           3.pdf file See Detail

    
asked by Bichito 16.04.2018 в 23:13
source

0 answers