Skip to content

gautamkrishnar/php-file-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP file uploader

A simple php file uploader with progress bar. The uploaded file will be stored in "uploaded_images" folder with file name as the value of the "name" field.

Requirements

  • PHP v5.0 or above
  • APC php mode enabled