Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I created a workflow that when a user submits the form, Contour creates a new document-
The file upload is mapping to a upload-datatype in the document type.
My question is, that the link to the file starts with /media, meaning a not so nice 404-page.
Url: http://localhost:33737/media/umbraco/plugins/umbracoContour/files/83828ad7-2c3f-4be1-80ba-c654ff39b265/filename.jpg
The correct url should be: http://localhost:33737/umbraco/plugins/umbracoContour/files/83828ad7-2c3f-4be1-80ba-c654ff39b265/bygst---view-1.jpg
Or should I map the file upload to a different datatype?
Best regardsKim
Umbraco 4.11.1, Contour 3.0.1
Comment author was deleted
Just as a test could you change the datatype to textstring and see what gets saved
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Contour File Uploads - save to document - link to file
Hi,
I created a workflow that when a user submits the form, Contour creates a new document-
The file upload is mapping to a upload-datatype in the document type.
My question is, that the link to the file starts with /media, meaning a not so nice 404-page.
Url: http://localhost:33737/media/umbraco/plugins/umbracoContour/files/83828ad7-2c3f-4be1-80ba-c654ff39b265/filename.jpg
The correct url should be: http://localhost:33737/umbraco/plugins/umbracoContour/files/83828ad7-2c3f-4be1-80ba-c654ff39b265/bygst---view-1.jpg
Or should I map the file upload to a different datatype?
Best regards
Kim
Umbraco 4.11.1, Contour 3.0.1
Comment author was deleted
Just as a test could you change the datatype to textstring and see what gets saved
is working on a reply...