I’ve had a think and have worked around the issue with a cron job, to check if any files are in the directory every 5 minutes and move them to a time stamped directory.
should suit our needs, but if it’s possible to have the form submission trigger the directory creation we’d love to use that feature instead
Stu
Hi Glen
Thanks for the quick response,
No chance to create a unique folder name per submission?
so one person fills out the contact form and it uploads the files to uploads/wp_dndcf7_uploads/sub_01
next person submits the form it goes to uploads/wp_dndcf7_uploads/sub_02
or any random name could be a timestamp?
uploads/wp_dndcf7_uploads/201903291641
Just helps separate out each submission for easy handling of the files afterwards
Stu