wwwision/form-securefileupload

Letzte Aktivität 20 Oct 2021 1 1 1631
composer require wwwision/form-securefileupload

Flow package with examples and helpers to implement secure form uploads

0.4.0

Version
0.4.0
Type
neos-package
Release Date
Sep 07, 2022 11:21
Source
git
Distribution
zip
Requires
  • php: ^7.1 || ^8.0
  • neos/neos: ^5.3 || ^7.0 || ^8.0
MIT 739b792b01caf040d4c2324ebbb0e8919b417e5a

Readme excerpt

Wwwision.Form.SecureFileUpload

Flow package with examples and helpers to implement secure form uploads

Description

When 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 content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 31 package(s).