Can't edit a form record without losing previously-uploaded files
Here's my situation:
Edit the `App_Plugins\UmbracoForms\UmbracoForms.config` file and set the `AllowEditableFormSubmissions` field to `true`.
Create a form that has a file upload field.
Create one or more records using that form.
Make sure to upload one or more file attachments.
Navigate to `/path/to/page/using/form/?recordId={guid}`
The file upload control should show a list of currently-uploaded files for the record that you are editing.
Change another field on the form (not the upload field!) and re-save it.
When you view the record again, all uploaded files are now missing.
I would have expected the system to preserve these entries by default. Is this a known issue? Is there a workaround that allows us to preserve existing file uploads?
Can't edit a form record without losing previously-uploaded files
Here's my situation:
I would have expected the system to preserve these entries by default. Is this a known issue? Is there a workaround that allows us to preserve existing file uploads?
Thanks!
Hi Peter,
This is also my problem. Were you able to solve this? Please advise.
Thank you very much.
Unfortunately, no--I'm still looking for a solution.
is working on a reply...