Simple php image upload and hosting service
sqlite3 users.db < table.sql
php -S localhost:8080
curl -F 'file=@image.png;type=image/png' http://localhost:8080/upload.php
If you get an unexpected error when uploading a file. Try checking this line in your php.ini
upload_max_filesize = 8M