This class generates the form elements for a file upload and stores the
uploaded files in a directory.
- You restrict the file size and the allowed file types easily.
- The uploaded file information is returned in an associative array.
CONSTRUCTOR:
function Uploader()
PUBLIC:
function openForm($action, $add_on = '')
function fileField($size = -1, $fileSize=1048576, $accept='text/*')
function closeForm($addSubmitButton = true)
function uploadTo($path, $overwrite=false, $allowedTypeArray=null)
function wasSubmitted()
function debug()
PRIVATE:
function _error($msg)
PUBLIC VARS:
var $error
|
|
| Name: |
Uploader |
| Base name: |
uploader |
| Description: |
Class for handling file uploads |
| Version: |
- |
| PHP version: |
- |
| License: |
BSD License |
| All time users: |
3586 users |
| All time rank: |
808 |
| Week users: |
0 users |
| Week rank: |
2020  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (56.2%) |
Sufficient (62.5%) |
Sufficient (62.5%) |
Sufficient (75.0%) |
- |
- |
Not sure (48.1%) |
1656 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| Forms Class |
required class for Uploader.php |
| Rate me |
Rate this class @ Hotscripts |
| |
Files |
|
|