We are working on getting Umbraco into the Cloud of Windows Azure. Therefor we need to persist files in the blob storage Azure provides.
In the new version of Umbraco Forms, the forms are persisted on disk instead of the database. We see that the FormStorage class is being used everywhere but is not written to override, inject etc..
Is there any possible way to inject an implementation to retrieve and persist the forms into the blob storage? We can write the implementation, only we need to have an API for this to work.
Umbraco Forms 4 in Windows Azure Cloud Services
Hi All,
We are working on getting Umbraco into the Cloud of Windows Azure.
Therefor we need to persist files in the blob storage Azure provides.
In the new version of Umbraco Forms, the forms are persisted on disk instead of the database.
We see that the FormStorage class is being used everywhere but is not written to override, inject etc..
Is there any possible way to inject an implementation to retrieve and persist the forms into the blob storage?
We can write the implementation, only we need to have an API for this to work.
Thank you,
Stephan
is working on a reply...