d-pac / restful-keystone

Automatic RESTful API enabler for KeystoneJS
MIT License
160 stars 50 forks source link

Add support for uploading localfiles #8

Open davibe opened 9 years ago

davibe commented 9 years ago

i.e. curl -XPATCH \ -F “localfileField=@path_to_file” \ http://127.0.0.1:3000/api/files/id | json_pp

davibe commented 9 years ago

Feel free to re-edit this patch as i am very unfamiliar with P and my stuff looks very untidy. I am to suggestions. What do you think ?