This commit is contained in:
wim.de.jager 2021-06-16 11:48:30 +02:00
parent 781ea97666
commit daed57c445

View file

@ -105,7 +105,6 @@ func scanHandler(w http.ResponseWriter, r *http.Request) {
return
}
//if part.FileName() is empty, skip this iteration.
if part.FileName() == "" {
writeError(w, http.StatusBadRequest, "Filename is empty")
return