![]() |
1 éve | |
---|---|---|
.gitignore | 4 éve | |
README.md | 4 éve | |
index.php | 4 éve | |
prod.sh | 1 éve | |
table.sql | 4 éve | |
upload.php | 1 éve |
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