Umbraco Forms and saving json files to Azure Blobstorage
Hello All,
Quite new to this forum so please bear with me ;)
I'm currently configuring a new installation of Umbraco Forms (v 4.4.0) to use AzureBlobStorage in my Umbraco project ( 7.5.4 assembly: 1.0.6136.27241 )
I have created a new Provider node by copying the the one already present for 'media' and changing the property value of "containerNode" to "form" and the "alias" property to "forms".
However when i try to create a new form, i only get a blank screen, and when i try to open the "Forms" folder in the Forms section i get the following error.
"Value cannot be null.
Parameter name: stream"
Accompanied, by a stacktrace I have included as a screenshot.
When I change the Provider from azure setting to use the filesystem it works just fine.
Regarding web config in official documentation, it appears that the recommended name for the container is "form-data" because with form I got some errors.
Umbraco Forms and saving json files to Azure Blobstorage
Hello All,
Quite new to this forum so please bear with me ;)
I'm currently configuring a new installation of Umbraco Forms (v 4.4.0) to use AzureBlobStorage in my Umbraco project ( 7.5.4 assembly: 1.0.6136.27241 )
I have created a new Provider node by copying the the one already present for 'media' and changing the property value of "containerNode" to "form" and the "alias" property to "forms".
However when i try to create a new form, i only get a blank screen, and when i try to open the "Forms" folder in the Forms section i get the following error.
"Value cannot be null. Parameter name: stream"
Accompanied, by a stacktrace I have included as a screenshot.
When I change the Provider from azure setting to use the filesystem it works just fine.
Does anyone have an idea what i did wrong?
Kind regards,
Jan-Pieter Hoiting
Hello Jan,
What is the config format you have when trying to use AzureBlob (obviously feel free to replace connections sensitive data with XXXX's)
Wondering if you have a setting missing perhaps.
Also what version of the Community Azure Blob Provider are you using?
Docs for this are here - https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/IFileSystem/
Hi Warren,
Thanks for your reply!
I have tried the following config format:
I'm using the following Packages regarding AzureBlobStorage:
Regards,
Jan-Pieter
Config seems OK to me at first glance, so I will try to reproduce with the versions and report back soon.
Hi Jan-Pieter,
Regarding web config in official documentation, it appears that the recommended name for the container is "form-data" because with form I got some errors.
For me this didn't work so I added the dll direct from this project https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure
Now it works, and I have the forms in blob.
The issue is that if I upload an image in a file uploader (in a form) that image is saved in the media container.
Florin,
Hi Florin,
Thanks for the post and excuse my late reply.
Will be looking into it.
I'll update when i have more info.
Regards,
Jan-Pieter
is working on a reply...