### Current Limitation <!-- Which current limitation is the feature or enhancement addressing? --> https://github.com/parse-community/parse-server/pull/9286 will introduce Blobs as an input type for large files. Add support here. ### Feature / Enhancement Description <!-- What is the concept of the functionality and how should it be implemented? --> Allow processing of large Blobs on file creation. ### Example Use Case <!-- What is an example use case in steps (1. / 2. / 3. / etc.) that describes the functionality? --> 1. File over 500MB is uploaded 2. File is saved as expected ### Alternatives / Workarounds <!-- Which alternatives or workarounds exist currently? --> N/A ### 3rd Party References <!-- Have you seen a similar functionality provided somewhere else? --> N/A