Skip to content
Sathira Sri Sathara edited this page Apr 27, 2023 · 5 revisions

The File Browser is a web-based file management tool that allows you to browse, upload, rename, and delete files and folders on a server. It is implemented using PHP and HTML/CSS, and can be easily integrated into any website or web application.

Creating a new folder

To create a new folder, simply type a name for the folder in the "Create a new folder" input field and click the "Create" button. The new folder will be created in the current directory.

Uploading a file

To upload a file, click the "Choose File" button and select a file to upload. Then click the "Upload" button to upload the file to the current directory.

Renaming or deleting a file or folder

To rename or delete a file or folder, click the "Rename" or "Delete" button next to the file or folder you want to modify. Enter the new name for the file or folder in the "New Name" input field (if you are renaming), and then click the "Rename" or "Delete" button. Note that deleting a folder will also delete all the files and subfolders inside it.

Customization

You can customize the File Browser by modifying the PHP and CSS files. The file browser layout is defined in index.php, and the styles are defined in style.css. You can also modify the PHP code in index.php to add or remove functionality as needed.

Clone this wiki locally