JEDI Security • Matrix File Share (v2) =================================== What's new in v2 ---------------- - JSON index on upload: /uploads/index.json - Root uploads browser: browse.php - search + sort + pagination - select rows - Copy selected links - Copy ALL links (filtered results) - Download selected as ZIP (bulk_download.php) - Forced download for any single file: download.php?path=YYYY/MM/file.ext Deploy ------ 1) Upload these files to your web root (e.g., public_html/) 2) Ensure /uploads is writable by the web server: - chmod 0777 uploads (or better: correct ownership + 0775) 3) For large uploads, set PHP limits (see .user.ini) Notes ----- - /uploads/.htaccess blocks execution of scripts in uploads. - browse.php runs in root, so /uploads can remain locked down.