WP Manifestindependent plugin directory
manifest / content / acf-secure-file-field

ACF Secure File Field

Custom ACF field for secure file uploads outside Media Library

by Vitalii Kaplia · github.com/vitaliikaplia/acf-secure-file-field · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/vitaliikaplia/acf-secure-file-field/archive/refs/heads/master.zip

From the readme

ACF Secure File Field A custom ACF field that provides a secure way to upload files, storing them outside the default WordPress Media Library with an enhanced UI and robust access control. Description The ACF Secure File Field plugin adds a new field type to Advanced Custom Fields, "Secure File". This field allows for file uploads that are stored in a protected directory on your server, separate from the standard wp-content/uploads folder. It features a modal-based interface for a smooth workflow, allowing you to either upload new files or select from previously uploaded secure files. This is ideal for situations where you need to manage sensitive documents, client files, or any other asset that should not be publicly accessible through predictable URLs. The plugin generates a secure, unique download link for each file, with granular control over who can access it. Key Features Secure Storage: Files are uploaded to a protected di

Read the full README on GitHub →