Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Contact form: how to delete attached files from file system after form submission?

plugins

Started by 01K 6 years ago · 0 replies · 544 views
6 years ago

The working file attachment in a contact form looks like this:

YAML
-
  name: my-file
  label: 'Attach some files'
  type: file
  multiple: true
  limit: 5
  filesize: 6
  destination: user/data/files
  accept:
    - application/pdf
    - application/x-pdf
    - 'image/*'

Files are attached and sent with email. But those files are stored in a filesystem and they are growing.
Is there a default options to clear them or it could be done only with a CRON?

👍 1

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 1 week ago
4 181 2 days ago
General · by lynbor, 6 days ago
2 124 3 days ago
General · by Old Man Umby, 1 week ago
1 100 1 week ago
General · by Sebastian, 2 weeks ago
1 124 1 week ago
General · by Andy Miller, 3 weeks ago
0 248 3 weeks ago