File: |
upload_class.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
the upload class and update information |
Class: |
Easy PHP Upload
Validate and manage files upload via Web forms |
Author: |
By Olaf Lederer |
Last change: |
To make this class compatible for server platforms without MIME_MAGIC support there is a validation now (get_uploaded_file_info()). A user (Brad Daily) notified me about that the regex pattern inside the method check_file_name() is to hard for several extension types. The check is not so important because there is also a check for extensions against the $extensions array, it’s fixed with a new regular expression pattern. |
Date: |
18 years ago |
Size: |
10,607 bytes |
|
|
|