Skip to content
Grav 2.0 is officially stable. Read the announcement →
General

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

plugins

Started by 01K 6 years ago · 0 replies · 510 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 jean-louis67, 3 weeks ago
2 308 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 310 3 weeks ago
General · by Veehem, 4 weeks ago
0 263 4 weeks ago
General · by milkboy, 4 weeks ago
0 264 4 weeks ago
General · by ian russell, 1 month ago
2 335 1 month ago