diff options
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ func (s *Server) createRandomFilename(ext string) (*os.File, string, error) { } func (s *Server) formPost(w http.ResponseWriter, r *http.Request) { - r.ParseMultipartForm(10 << 20) // 10MB + r.ParseMultipartForm(10 << 23) // 83MB mimeType := r.Form.Get("mimetype") ext := "" |
