diff --git a/templates/upload.html b/templates/upload.html
index 06efa1e5aec63400c2b76ec9dcac0ee90fcbed30..13852e79760985f0272866af2032672b65076359 100644
--- a/templates/upload.html
+++ b/templates/upload.html
@@ -57,8 +57,6 @@
             });
             reader.readAsDataURL(file);
         }
-        form.submit();
-        form.classList.add("submitted");
     })
 </script>
 {{end}}
\ No newline at end of file