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

List only files that match imageTypes regexp #11

Closed mycaule closed 10 years ago

mycaule commented 10 years ago

If you manually create files in your uploadDir folder, they are listed by the get method. This test ignores all other files such as log files, Thumbs.db etc...

arvindr21 commented 10 years ago

@mycaule can you please check why the build failed and fix it?

mycaule commented 10 years ago

Travis CI fails during tests.

It seems like there is a regression with jasmine-node package. You have the same issue as in : http://stackoverflow.com/questions/24651711/jasmine-node-error-typeerror-undefined-is-not-a-function https://github.com/larrymyers/jasmine-reporters/issues/63