karimfromjordan
`multipart` file upload streams
I'm trying to handle
multipart
forms and I am new to Deno and noticed that the MultipartReader
mentioned in a few blog posts seems to be gone in newer versions of the standard library. Does that also mean that there is no way anymore to control memory usage with something like a maxMemory
property? Because as far as I understand you are supposed to just use request.formData()
which provides no way of handling this.3 replies