-
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
-
DirectoryBrowser is specifically suited for intranets.
-
ABrowser Class can be used to provide a Web interface to browser server side files and folders. It lets the user browse listings of files and folders below the current script directory.Features of ABrowser Class:- List folders in the first column- List files in the next three columns: images, scripts and text files- The images files can be presented either ...
-
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 ...
-
PHP CVS Client can perform several types of operations on a CVS repository through the "-pserver-" protocol.Key Features of PHP CVS Client:- Connects to a CVS server and authenticates on behalf of a given user- Checkout given files from the server- Retrieve the log of changes of a given fileRequirements:PHP 4.0 or higher
-
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.
-
Category Tree can generate an HTML table with a tree of links to an hierarchical list of items retrieved from MySQL dabatase tables.Category Tree can used to generate hierarchical navigation menus to browse categories of products to display in a site.
-
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 ...
-
File cache class can cache arbitrary data in files in order to reduce the time necessary to regenerate pages or other types of data that does not change every time it is requested.Features of File cache class:- Safe locking of cache files to avoid data corruption caused by simultaneous accesses during cache file updates.- Portable locking schemes. Tested under Linux, ...
-
Files and directories can be added to or listed from a ZIP archive. Zip File uses pure PHP code, so it does not use the PHP ZIP extension.Requirements:PHP 4.0 or higher
-
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.
-
Download file class has simple interface to download any file from a server without displaying the location of the file.


