Navprayas-A-group-of-Innovative-thought / Assignment

2 stars 1 forks source link

Assignemnt 5 : Document Upload #8

Closed kena421 closed 4 years ago

kena421 commented 4 years ago

document upload with max limit size 500KB

if document size > 500KB return error msgMsg : loo large file save document in uploads folder

Input : { type : document type eg. png document : document file, name : name of document, description : dummy text }

database schema Document : { name :"" type :"" size : "" description : "" _id : default generated by mongodb }

Note: do not pass document size in input just pass document but check size anyhow

hritikhrk commented 4 years ago

assigment 5 done WhatsApp Image 2020-08-08 at 9 50 44 AM WhatsApp Image 2020-08-08 at 9 51 13 AM WhatsApp Image 2020-08-08 at 9 51 31 AM

kena421 commented 4 years ago

some of the bugs FileFilter not applied no need to save image into database README.md not documentated well