Umbraco Forms: how to set path for save file in the workflow.
Hi,
The "Path to place the file", how should it be entered and what folder is the relative root? See screenshot below. I haven't been able to find it in the documentation.
By the way, do you know how to implement a xslt file? When I pick my file, the savex file turns out empty (I have tried applying the xlts file in another program and it works fine, så I guess to problem is not the file itself.)
Umbraco Forms: how to set path for save file in the workflow.
Hi,
The "Path to place the file", how should it be entered and what folder is the relative root? See screenshot below. I haven't been able to find it in the documentation.
Regards /martin
It can either be a physical path starting with
<drive>:\
or\\host\
, or it can be an application relative path (site root) starting with~/
.Thanks! Saved me alot of time doing trial and error.
By the way, do you know how to implement a xslt file? When I pick my file, the savex file turns out empty (I have tried applying the xlts file in another program and it works fine, så I guess to problem is not the file itself.)
Thanks for any hints!
Not sure, sorry.
It uses umbraco.macro.GetXsltTransformResult in the end, so you might be able to test that one in a regular page.
Worst case, it might be a bug. :)
If you're savvy enough with C# you could write your own workflow for it.
Thanks Lars-Erik. I will see if I can get something useful out of it.
is working on a reply...