Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 371 Bytes

OpenImg

Simple php image upload and hosting service

setup server

sqlite3 users.db < table.sql
php -S localhost:8080

upload image

curl -F '[email protected];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