Skip to content

blenderous/php-upload-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Handling file upload with PHP

There is a simple page to upload a file, like an image or video.

The PHP script included upload.php, takes the uploaded file, checks if the file already exists and then saves it in the uploads folder.

Make sure you set proper limits for upload_max_filesize and post_max_size in your php.ini file.

Special thanks to this website to teach me about this code.

About

A simple php script to handle file uploads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published