Skip to content

Instantly share code, notes, and snippets.

@Buggem
Last active March 23, 2024 07:03
Show Gist options
  • Save Buggem/d91f3e2552eeafcf82e9fb5bd523a26b to your computer and use it in GitHub Desktop.
Save Buggem/d91f3e2552eeafcf82e9fb5bd523a26b to your computer and use it in GitHub Desktop.
Simple discord mp3 upload example
<!doctype html>
<html>
<head>
<title>Simple MP3 Upload Demo</title>
</head>
<body>
<form enctype="multipart/form-data" action="http://localhost:3000/upload?upload_progress_id=12344" method="POST">
Choose a file to upload: <input name="uploadedfile" type="file" /><br />
<input type="submit" value="Upload File" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment