Skip to content

sypper-pit/php-upload-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple php upload server

Need php >= 8.2 and php-extension(fileinfo, imagemagik, exif)

Set php.ini

upload_max_filesize = 1024M
post_max_size = 1024M

and nginx

server {
    ...
    client_max_body_size 1024M;
    ...
}

About

simple upload php server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages