Hello
We want to redirect after the file upload has been done, that works but the "path" is overwritten to the standard upload path. There is a problem when we add the submit element and then submit the file the "path" variable is somehow overwritten and instead of uploading the file inside our defined directory it uploads it into the standard {path:front}/uploads folder.
Are we doing the redirection correctly?
Please help!!
Thanks
which version ?
So without the redirect the upload path is used correctly ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
where do you configure the upload path at the moment ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Ok, I think this is because you use the "Upload files" setting in the form settings, which uploads to the default path, if you need a custom path then use the "Upload files" action under "Pages > Actions" and disable the one under the "Settings"
Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
"disable the one under the "Settings""-> When I do this then the file is not uploaded at all (see pictures)
Is there somewhere an example of how to simply do a redirect after the file is uploaded in our custom path?
Please disable the "Auto upload file fields" and the upload setting under the form settings, if you need a custom upload path in v6 then you should use the upload action and you are already doing that!
An alternative solution is to use v7 beta:
http://www.chronoengine.com/blog
The uploads will be enabled by default in the "Form behaviors", but you can add the "upload settings" behavior and that will let you change the uploads path!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Did you use an "Upload files" action and DISABLED the "upload" setting under the form Settings area ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
what is the problem you have exactly ?
For that warning, what is your file field name ?
The CSV export is available in the data log, or you mean as an action ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I have just tested this here, changed the upload path in the global form settings and it worked fine, make sure the path is correct!
No warnings here, try to change the file name to "file_1", what happens ?
The CSV action is coming in the next update!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
for custom files you can use the PHP action to do that!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.