This class can be used to upload images uploaded using Web forms.
It takes an uploaded image and check whether the MIME type is of GIF, JPEG or PNG formats, if the file size does not exceed a given limit, or the image width and height is not smaller than a given size.
The class can also create thumbnails and assure that width and height of neither the thumbnails nor the original image exceed given limits.
The original uploaded image and thumbnails are stored in a given directory.
|
|
| Name: |
Image Uploader |
| Base name: |
imageuploader |
| Description: |
Validate and process images uploaded using forms |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
1222 users |
| All time rank: |
2729 |
| Week users: |
0 users |
| Week rank: |
2380  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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.
| |
Files |
|
|
| File |
Role |
Description |
ImageUploader |
Class |
Class for upload image as normal size and a thumb. |