Uploaded files not on server

How to fix uploaded files not saving on the server in ChronoForms.

Overview

The issue occurs when the specified upload folder path is incorrect, often due to an unexpected folder structure.
Enable form debug in the form settings to view the correct upload path, then adjust the folder path in the upload field settings to match the debug output.

Answered
ChronoForms v6
ar arvendal 10 May, 2019
Hello,

I ran into a problem when I tried to create a file upload field in a form. The form sends the messages with the attached files to the recipient, but there are no files saved on the server.
I use these settings:
Uploaded files not on server image 1

And I have created a folder named "uploads" at the root. But no files appear on the server after submitting the form. What do I do wrong?

I use this a lot in v5 without any problems, so there must be something I miss. Do I need to change something at the tab "Permissions"?

Best rgds
he healyhatman 10 May, 2019
{path:front} is not the root. It's /.../srvrhomepath/site/components/com_chronoforms6/

You should go to my store and get my free shortcodes reference at skyspider.com.au/store
ar arvendal 11 May, 2019
Thanks!
But I still can't store the files on the server.
I created this folder:
Uploaded files not on server image 2
Even if the files are correctly attached to the message (and is delivered to the recipient) there are still no files in the server folder.
So I must miss something, perhaps something in the settings?

Best regards
Max_admin Max_admin 11 May, 2019
Answer
Enable the form debug under the form settings, what does the debug show ? it should show the uploaded files path

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ar arvendal 11 May, 2019
1 Likes
It works!

There was one more folder level than I thought. This is the right path:
public_html/components/com_chronoforms6/chronoforms/uploads/
instead of:
public_html/components/com_chronoforms6/uploads/
which I had expected.

I'll remember that the debugger is extremly valuable 🙂

Best rgds
This topic is locked and no more replies can be posted.