-
Thumbnails can be created for image files. PHP Upload returns the full path of a file to store it in a a database MySQL.
-
Curl File Uploader executes an HTTP request from the path of the file, in order to send the file to an HTTP server.Requirements:PHP 4.1 or higher
-
File Uploading with Description manages the uploading files via Web forms with descriptions passed in additional text fields. It is meant to assist in the uploading of image files for publication with content management system.It can process multiple files uploaded with the same form. The files that were uploaded successfully are moved to a given directory. The class may reject ...
-
Multi Upload can check the size of the files so that they don't exceed a specified limit. Then it can copy the files to a specific directory optionally verifying whether existing files are not overwritten.The permissions of the copied files can also be set to a given permissions mask.
-
Image Upload can take image files uploaded using Web forms and generate one or more thumbnails with different sizes. The thumbnails are saved in JPEG format to a specified directory.Requirements:- HP 5.0 or higher
-
Files can be added, changed, removed or described.The listing of the managed files is stored in a file named .ht_files that is located in each of the managed directories. It contains the file names and the respective descriptions.
-
The file base class can open text or binary files for reading or writing. File class can also obtain the file size, owner user and group, the file name and suffix, set or retrieve the read or write position, write data or copy to another file.A sub-class is used to open the upload temporary file so that the functions of ...
-
Simple Secure Upload executes several tests on the uploaded files and the upload directory to validate and secure the upload. The file name extension, file type, size and directory permissions can be checked.Simple Secure Upload may also create the uploading directory structure, generate a unique random name for the uploaded file, upload multiples files, and keep track of the upload ...
-
HTTPS Request send files & custom headers can send an HTTP POST request to upload a given file to a a given Web server. It can also send an HTTP POST request with custom headers.Credentials to access servers, which require HTTP basic authentication, can be set.Requirements:PHP 3.0 or higher
-
From Browser - Youtube Upload makes use of the YouTube Web services API to create an entry for a new video upload.From Browser - Youtube Upload retrieves the just created video entry identifier and an URL to generate Web forms that upload the video to YouTube site directly, i.e. without going to the original site that presented the video upload ...
-
xTem Upload supports file uploading handling, renaming and deleting. It can also be used to generate image thumbnail for JPEG files, if the GD library is available.
-
Multiple file upload can check the uploaded files and validate their sizes and types so they conform to the configured size limits and allowed file types.The total number of uploaded files accepted can also be restricted.If all uploaded files satisfy the validation requirements, Multiple file upload may move the files to a given directory and fix the file permissions.
-
The web interface is AJAX based and can be extended with additional plug-in modules.Key Features of Site administrator tool set:- Execute SQL queries- Backup and restore tables in a database- File manager that allows downloading, uploading and deleting server side filesRequirements:PHP 4.3 or higher
-
KG Uploader Class can check uploaded to verify whether they match one of the allowed MIME types, filter the file names to replace special characters, and moves the files to a given directory.An HTML-formatted summary of the uploaded files, with their names and sized, can also be displayed.Requirements:PHP 4.0 or higher
-
FTPeasy can establish one or more connections to FTP servers with optional SSL based security. If an FTP server connection was already established, it reuses that connection. It can perform several connection operations like setting the connection timeout, set the connection passive mode, login as a given user, and execute a server side program.FTPeasy can also perform operations with files ...

