Closed
Description
Perceived Problem
File handling adds a lot of complexity:
- dependencies (2)
- not TS native
- issues (lots)
- ReactNative/Expo - file upload does not work #496
- [Question] how to pass File variable into request originating from server #400
- ReactNative upload file #302
- File Upload Not Working #242
- File Upload node 18 fails with dom.FormData #384
- Cannot upload files received using multer #334
- [Question] how to pass File variable into request originating from server #400
- Use file buffer instead of writing to the filesystem to proxy multipart request to a graphql api #244
- Bug: Graphql Upload doesn't work from Node v18.0.0 #449
- how to send multipart request #132
- Upgrade to newer form-data SSR error #362
- Return error using custom fetch #382
Ideas / Proposed Solution(s)
Remove the feature until it can be properly done. Imolementation, tests, docs.