feat: add drag-and-drop in web interface (#5082)

This commit is contained in:
Derek Reiff
2023-04-15 13:45:57 -07:00
committed by GitHub
parent 06c784f639
commit 60d4bedf33
4 changed files with 64 additions and 34 deletions

View File

@@ -212,12 +212,9 @@
</div>
</main>
<iframe
name="torrent-upload-frame"
id="torrent-upload-frame"
src="about:blank"
title="Add Torrent"
></iframe>
<div class="upload-div">
<h2>Drag your torrent files here to add them to Transmission.</h2>
</div>
</div>
</body>
</html>