diff --git a/server.go b/server.go index 138174e..8262852 100644 --- a/server.go +++ b/server.go @@ -16,7 +16,6 @@ func uploadFile(wr http.ResponseWriter, rq *http.Request) { return } - // Retrieve the uploaded file using the form field `myFile` file, handler, er := rq.FormFile("file") if er != nil { http.Error(wr, "Error getting the file", http.StatusBadRequest)