Revert "Created whats the different between request.ParseMultipartForm(maxMemory) and request.MultipartReader() (markdown)"

This reverts commit f387092b18b9fb06177af9c11b3268c0d3b6a9fc.
Dominik Honnef 2022-08-12 12:14:43 +02:00
parent 2631cbfed2
commit e647ab7bd9

@ -1 +0,0 @@
Hy, I'm Muhammad Nasrul, whats the different between request.ParseMultipartForm(maxMemory) and request.MultipartReader(), i mean method request.ParseMultipartForm(maxMemory) work flow, if file size from client more than maxMemory, than the file will save at temp file, what's about request.MultipartReader()?