|
|
| Name: |
XUpload |
| Base name: |
338 |
| Description: |
This class lets you manage your file uploads very quickly and easily. |
| Related classes: |
xupload, uploads, file uploads, multiple uploads |
| Version: |
- |
| PHP version: |
- |
| License: |
Unspecified (ask the author) |
| All time users: |
4862 users |
| All time rank: |
433 |
| Week users: |
2 users |
| Week rank: |
1637 |
| |
|
This class lets you manage your file uploads very quickly and easily. View the use example in the bottom of the script.
Also included a XUploadForm class for upload forms management too.
Features:
- Multiple uploads easily with multiple instances
- Lets you choose the upload dir (does not check perms)
- Lets you overwrite file if exists
- Lets you set max filesize uploadsize
- Checks file extension.
- Checks where script is called from.
- Checks file size.
- Lets you change the filename after uploading.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (87.5%) |
Good (81.2%) |
- |
- |
- |
- |
Not sure (51.9%) |
1370 |
| 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.
| |
Files |
|
|
| File |
Role |
Description |
up.php |
??? |
An example form page for uploading |
upload.php |
??? |
final page after uploading.Show final results |
XUpload.inc.php |
Class |
XUpload class definition and an example of use |
XUploadForm.inc.php |
??? |
XUploadForm class definition for upload form inputs management |