umbraco / Umbraco.Forms.Issues

Public issue tracker for Umbraco Forms
29 stars 0 forks source link

Can't download files from form uploaded when using blob storage provider #1180

Closed AndyButland closed 6 months ago

AndyButland commented 7 months ago

Creating a public issue for this problem that was raised via a support request:

If you have fields that allow the user to upload files within your form, you will also have the option to download a zip file containing these files. You can either download the files in the structure that they are stored on the web server’s disk. Or you can download them organised by entry, so it’s easier to match up the entry listed in the spreadsheet download with the uploaded file(s).

As you can see below there is no option to download files. And this form does allow attachments and does have them against entries.

image

Versions affected: 10+

AndyButland commented 7 months ago

On investigation it looks like this issue needs to be resolved underlying "storage providers" component that implements a file system abstraction for Azure bob storage (which is used in Cloud). I've made a PR to resolve this - this component is open source so it can be viewed here: https://github.com/umbraco/Umbraco.StorageProviders/pull/63

It needs review and when approved a new release made available for the Umbraco.StorageProviders.AzureBlob component, that can be installed in the project and/or auto-upgraded on Cloud.

AndyButland commented 6 months ago

This will be fixed via the Umbraco.Cloud.StorageProviders.AzureBlob (and dependent packages) releases 10.0.1, 12.0.1 and 13.0.1.