wwwision/form-securefileupload
composer require wwwision/form-securefileupload
Flow package with examples and helpers to implement secure form uploads
1.0.0
Readme excerpt
Wwwision.Form.SecureFileUploadFlow package with examples and helpers to implement secure form uploads
DescriptionWhen using the default FileUpload element of the Flow Form Framework instances of PersistentResource are created in the default (persistent) resource collection that creates publicly accessible URLs for each resource. This package configures all FileUpload fields to use a new resource collection formUploads that uses "private resources" provided by the wwwision/privateresources package.
This also contains a Form finisher that removes uploaded resources once they have been processed or sent via email for example.
Installation composer require w…Read more
The same vendor provides 31 package(s).