【发布时间】:2018-04-20 20:25:24
【问题描述】:
我有一个用户注册。我正在这样做:
app.service('users').create(
{
email: this.state.Username,
Nom: this.state.Name,
Image: "../image/p.png",
})
我已成功将用户添加到数据库。现在,我想在“image”文件夹中上传一张图片,并将其路径保存在“Image”属性中。我该怎么做?
【问题讨论】:
标签: feathersjs