wwwision/form-securefileupload

Last activity 20 Oct 2021 1 1 1631
composer require wwwision/form-securefileupload

Flow package with examples and helpers to implement secure form uploads

1.0.0

Version
1.0.0
Type
neos-package
Release Date
Jun 16, 2020 15:02
Source
git
Distribution
zip
Requires
  • neos/form: ^4.3
  • wwwision/privateresources: ^3.3
MIT c5fdf76a400a3ad4b1fbaeff4f2ad10fa8a43b98

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).