ep_fileupload
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -48,3 +48,3 @@ /** | ||
var tmp = files.uploadfile.path; | ||
var extension = files.uploadfile.filename.split('.').pop(); | ||
var extension = files.uploadfile.name.split('.').pop(); | ||
@@ -51,0 +51,0 @@ hashFile(tmp, undefined, undefined, function (err, hash) { |
{ | ||
"name": "ep_fileupload", | ||
"description": "File upload", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": "RedHog (Egil Moeller) <egil.moller@freecode.no>", | ||
@@ -6,0 +6,0 @@ "contributors": ["johnyma22 (John McLear) <john@mclear.co.uk>"], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35348
15
1086