2amigos / yii2-file-upload-widget

BlueImp File Upload Widget for Yii2
Other
251 stars 140 forks source link

preview pdf #113

Closed robov closed 7 years ago

robov commented 7 years ago

Is it possible to preview the pdf to be uploaded ? I used to use kartik fileuploader : http://demos.krajee.com/widget-details/fileinput I like your interface better, but i love the pdf previewer... any suggesitons

tonydspaniard commented 7 years ago

This are two totally different plugins. Kartik evolved from a copy of Jasny components and this is pure blueimp. Nevertheless, there is a way to do what you wish as Kartik uses blob data, but you'll have to code it yourself. Here is an example with images: http://jsfiddle.net/Fractaliste/LvsYc/1669/

tonydspaniard commented 7 years ago

Here is how kartik's changes from data:uri to blob: https://github.com/kartik-v/bootstrap-fileinput/blob/master/js/fileinput.js#L157 And here how it reads the rest of the files (including images): https://github.com/kartik-v/bootstrap-fileinput/blob/master/js/fileinput.js#L2587