8000 GitHub - sprgroup/instant-upload: php upload, self hosted file upload and sharing, ShareX upload
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

php upload, self hosted file upload and sharing, ShareX upload

Notifications You must be signed in to change notification settings

sprgroup/instant-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

instant-upload

php upload, self hosted file upload and sharing, ShareX upload

WARNING

상용 서버에 사용하지 마십시오. 업로드 한 파일이 1000개 이상인 경우, 시스템에 심각한 손상을 줄 수 있습니다.

dependency

PHP 7.0 or 7.1

Nginx rule

location / {
    try_files $uri $uri/ /index.php?$args;
}

About

php upload, self hosted file upload and sharing, ShareX upload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%
0