2017 © Pedro Peláez
 

library file-uploader

Simple file upload that will elegantly move a file and return a progress response upon completion.

image

vbpupil/file-uploader

Simple file upload that will elegantly move a file and return a progress response upon completion.

  • Tuesday, March 20, 2018
  • by vbpupil
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

File Uploader

Simple File Uploader helper class., (*1)

Example of how to use

if (isset($_FILES)) {
    try {
        $f = FileUpload::upload(
            $_FILES,
            'path/wher/to/save/file', 
            array('jpeg')
        );
    } catch (Exception $e) {
        //manage exception
    }

The Versions

20/03 2018

dev-master

9999999-dev

Simple file upload that will elegantly move a file and return a progress response upon completion.

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.6

 

by Dean Haines

20/03 2018

1.0

1.0.0.0

Simple file upload that will elegantly move a file and return a progress response upon completion.

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=5.6

 

by Dean Haines