We're currently have a site running Umbraco v4.7.1.1 and Contour v1.1.12
If we have a form with a file upload field, it doesn't link to the file in the email workflow, it simply spits out plain text: /umbraco/plugins/umbracoContour/files/c30e5712-7a17-45cd-972b-eeb41a0202c3/131b46a3-00d0-46da-b7ff-748c30e5730e/FAKE_RESUME.docx
I think this was fixed in the entries within Contour at a later build, but couldn't find confirmation that this was ever fixed within the email workflows, does anyone know? If this was not fixed, it's my understanding we can setup a custom XSTL email that goes out.
Is there a page that shows Umbraco version depdency requirements for the latest Contour version? I saw another thread where an upgrade broke a site on 4.7.2
Is there a page that shows Umbraco version depdency requirements for the latest Contour version? I saw another thread where an upgrade broke a site on 4.7.2
Either install directly from the umbraco repository, or install the Contour 3.0.17.zip as a local package under developer / packages in the umbraco backoffice
For older version use the following rule
For version lower then 4.7 use 1.1.9 for version between 4.7 and 4.10 use 3.0.6 for everything else just use the latest stable
File upload and upgrade options
We're currently have a site running Umbraco v4.7.1.1 and Contour v1.1.12
If we have a form with a file upload field, it doesn't link to the file in the email workflow, it simply spits out plain text: /umbraco/plugins/umbracoContour/files/c30e5712-7a17-45cd-972b-eeb41a0202c3/131b46a3-00d0-46da-b7ff-748c30e5730e/FAKE_RESUME.docx
I think this was fixed in the entries within Contour at a later build, but couldn't find confirmation that this was ever fixed within the email workflows, does anyone know? If this was not fixed, it's my understanding we can setup a custom XSTL email that goes out.
Is there a page that shows Umbraco version depdency requirements for the latest Contour version? I saw another thread where an upgrade broke a site on 4.7.2
Thanks!
I have a very similar problem.
Creating a contour form with upload and a subsequent workflow, the upload is only added as a path in the Email.
Additionally, I found that the storage path for the upload is incorrect:
http://mydomain.com/media/umbraco/plugins/umbracoContour/files/c3682d05-716a-48bf-9348-790339692999/3acbaebc-8e94-4889-bffa-6624e20e28d8/ScreenShot2013-10-16at4.54.41_PM.png
However, the files are actually added here (on the server):
umbraco/plugins/umbracoContour/files/c3682d05-716a-48bf-9348-790339692999/3acbaebc-8e94-4889-bffa-6624e20e28d8/ScreenShot2013-10-16at4.54.41_PM.png
So not inside any folder called "media".
I guess this is a bug?
Comment author was deleted
Yeah works in later version ...
You could also look into using a custom workflow from contour contrib that adds the uploads as file attachments... http://our.umbraco.org/projects/developer-tools/contour-contrib
Thanks Tim. Any advice on my second question?
Is there a page that shows Umbraco version depdency requirements for the latest Contour version? I saw another thread where an upgrade broke a site on 4.7.2
Comment author was deleted
Yup check the project page http://our.umbraco.org/projects/umbraco-pro/contour
To install on Umbraco 4 and 6 latest
Either install directly from the umbraco repository, or install the Contour 3.0.17.zip as a local package under developer / packages in the umbraco backoffice
For older version use the following rule
For version lower then 4.7 use 1.1.9 for version between 4.7 and 4.10 use 3.0.6 for everything else just use the latest stable
is working on a reply...