feathersjs / docs

[MOVED] Legacy Feathers documentation

Home Page:https://crow.docs.feathersjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comment: File uploads in FeathersJS (cookbook/express/file-uploading.md)

Ceredavide opened this issue · comments

Comment/Problem

Uploads.hooks not working

I copied your code from the guide for create an easy upload service, but when I tired to add an hook that verify is the user has the permition to create, patch or delete a file.

How can I fix this problem?