A35G / Uppy

PHP Class to upload files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uppy

PHP Class to upload files

Often, personal websites or areas of the same, require special form with fields for upload files or images.

This class, being developed continuously, could meet those who need something ready and safe (hopefully).

Features

  • Completed:

    • Upload files via settings;
    • Check file by extensions whitelist;
    • Check file by MIMETypes whitelist;
    • Get Size Limit by Server;
    • Check if the file exists; if the file exists, overwrite or upload the file with another name;
    • Check if is possible to use CHMOD function;
    • Create first demo page;
    • Check the file size through settings or server limits;
    • Localize response text (currently only: it - en).
  • To complete:

    • Get response in json or text;.
    • Clean code.

Any suggestion, comment or advice, is welcome.

About

PHP Class to upload files

License:MIT License


Languages

Language:PHP 100.0%