feat(forums): attach upload & download is finished

This commit is contained in:
OldHawk
2017-07-14 12:30:42 +08:00
parent 5419d2eaa0
commit 9aec36d161
10 changed files with 336 additions and 14 deletions

View File

@@ -15,6 +15,10 @@ var AttachSchema = new Schema({
default: '',
trim: true
},
filesize: {
type: Number,
default: 0
},
downCount: {
type: Number,
default: 0