curload

curload

curload is a simple file uploading site allowing users to upload files

To upload a file, log in using your username and password and select a file to upload. After uploading, you will receive a link to the file stored on the servers.

You can also upload a file using curl (or any POST request):

curl -F "file=@myfile" -F "username=myusername" -F "password=mypassword" "https://dl.speedie.site/upload.php".