Closed ssohjiro closed 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.
Fixed the issue. Thanks!
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.