-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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.
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.
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.
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.
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.