 |
| Name: |
chris <e-mail contact> |
| Packages: |
7 Browse all classes by chris |
| Country: |
??? |
| Age: |
??? |
| All time rank: |
67 | |
| Week rank: |
54  | |
|
The Upload class is a wrapper for uploading files using html forms. The form should have the 'enctype="multipart/form-data"' attribute for this the files to be uploaded properly. The Class should be created by passing $HTTP_POST_FILES as the only argument for the constructor (e.g. $upload = new Upload(&$HTTP_POST_FILES)), and also by reference (the & indicates this). See http://www.sloppycode.net/sloppycode/PHP/cm13.html for the manual.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (76.7%) |
Sufficient (76.7%) |
- |
- |
- |
- |
Not sure (46.0%) |
1729 |
| 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 |
| Manual |
Example usage of this class, plus descriptions for the methods and properties. |
| |
Files |
|
|