parse-server-fs-adapter
parse-server-fs-adapter copied to clipboard
feat: Allow large uploads via Blob
Issue
Closes: #77
This is related to this PR in Parse Sever https://github.com/parse-community/parse-server/pull/9286
Approach
Allows large files to to be uploaded to the server via a Blob. Processes them as node streams for speed.