FEAT: drag & drop uploads #7

Manually merged
arian merged 4 commits from dropzone into main 2026-03-06 11:02:55 +00:00
3 changed files with 4 additions and 0 deletions
Showing only changes of commit 69c8540e83 - Show all commits
+1
View File
File diff suppressed because one or more lines are too long
+1
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Upload Music</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css" />
<script src="{{ url_for('static', filename='js/dropzone.min.js') }}"></script>
<link rel="stylesheet" href="{{ url_for('static', filename='css/dropzone.min.css') }}" type="text/css" />
</head>
<body>
<h1>Upload new File</h1>