Skip to content

FireeNinjaa/Discord-file-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Discord file uploader

This is a simple php api to upload a file to a discord server with an webhook

Installation

Below is an example how to use it.

  1. Set your Webhook in the upload.php file in the third line.

  2. Here is the example how to use it:

*html

<form action="http://localhost/uploadapi/upload.php" method="post" enctype="multipart/form-data">
    <label for="file">Select a file to upload:</label><br>
    <input type="file" name="file" id="file" required><br>
    <input type="submit" value="Upload">
</form>

Have fun

About

This is a simple php api to upload a file to a discord server with an webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages