arvindr21 / blueimp-file-upload-expressjs

A simple express module for integrating jQuery File Upload.
http://expressjs-fileupload.cloudno.de/
104 stars 69 forks source link

Unconditionally making thumbnail directory. #3

Closed ssohjiro closed 10 years ago

ssohjiro commented 10 years ago

On the line number 59, 'checkExists(options.uploadDir+'/thumbnail');', check directory and create it if not exist.

I think that when options.copyImgAsThumb is false, the new thumbnail directory should not be created.

arvindr21 commented 10 years ago

Fixed the issue. Thanks!