Skip to content

OpenTube/OpenImg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple php image upload and hosting service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published