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