I have a form that allows upload of an image file. All these images obviously get saved on the web server and therefore decreasing available space and increasing the size of backup files.
My questions are:
- Where do I find the image files uploaded via GF form?
- Will deleting the files on a regular basis, like once every few months, do any harm to the form submissions, or even break the database?
- Would deleting the form submission entries also delete the submitted image files?
- If yes, would this be the better/safer practice to do?
- Any better recommendations to deal with the issue?