Adding a picture to the MEAN.JS sample with Angular-file-upload
问题 I am using MEAN.JS (https://github.com/meanjs/mean) and angular-file-upload (https://github.com/danialfarid/angular-file-upload). The "Article" sample provided by MEAN.JS contains two fields named "title" and "content". I want to modify that and add a "picture" field allowing a user to upload a picture. I understand that I have to modify 3 files in MEAN.JS: ~myproject/app/models/article.server.model.js ~myproject/public/modules/articles/controllers/articles.client.controller.js ~myproject