sigurdga / django-jquery-file-upload

A minimal django project containing a minimal app with a working jquery file upload form based on the work by Sebastian Tschan: http://aquantum-demo.appspot.com/file-upload
MIT License
578 stars 186 forks source link

not image displays #19

Closed goog closed 11 years ago

goog commented 11 years ago

Hi,pal! I wanna upload files like pdf , but it looks http://www.flickr.com/photos/44288930@N08/8105683495/ , where and how to beautify it

sigurdga commented 11 years ago

You can use generic icons for non-image filetypes, or use a (set of) thumbnailer programs. Imagemagick can create thumbnails for pdfs. Using a thunbnailer program will not work before the file is actually uploaded (the html5 file preview functionality is not even able to autorotate based on exif, to my knowledge).

goog commented 11 years ago

ok thanks!