I have a form with several fields that has a workflow to save as a document.
One of the fields is a File Upload.
This is matched to a document field of an Upload type.
All works well other than the File Upload in the resulting document has an error in the URL that is shown in the document:
It includes:
....umbraco/~/media/forms/upload....
Whereas it should be:
...media/forms/upload/...
The file uploaded is there, but the saved link is incorrect.
This does not seems to refer to the settings in FileSystemProviders.config or UmbracoForms.config The later has a key for UploadStorageDirectory but has no effect.
Workflow in Forms with File Upload Field
I have a form with several fields that has a workflow to save as a document.
One of the fields is a File Upload. This is matched to a document field of an Upload type.
All works well other than the File Upload in the resulting document has an error in the URL that is shown in the document:
It includes: ....umbraco/~/media/forms/upload....
Whereas it should be:
...media/forms/upload/...
The file uploaded is there, but the saved link is incorrect.
This does not seems to refer to the settings in FileSystemProviders.config or UmbracoForms.config The later has a key for UploadStorageDirectory but has no effect.
Any suggestions would be great... John
This might be a bug. You could report it here: http://issues.umbraco.org/issues/CON#newissue=yes
Jeroen
Thanks, I have done this - I think it may well be.
John
is working on a reply...