0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/storage
William Dibbern bf7692b151 Switch from multipart to busboy
Fixes #1227

- Removed deprecated `multipart` references.
- Setup `busboy` to pass along file streams and do a naive parse of form
values.
- Updated logic in file storage and db import to handle file streams
instead of the temporary files created by `multipart`.
2013-12-17 17:24:30 -06:00
..
base.js image upload controller refactor 2013-11-11 16:10:57 +00:00
index.js image upload controller refactor 2013-11-11 16:10:57 +00:00
localfilesystem.js Switch from multipart to busboy 2013-12-17 17:24:30 -06:00