I am working on adapting IT HIT WebDAV server for use with a Microsoft Azure Website. I am struggling with a problem. I need to have the file uploaded and sent directly to BLOB storage, and not to a temporary file on local disk. The reason is that local disk space is limited.
Is there a way I can redirect a file being sent via PUT into blob storage?
Thank you!
-Eric
PS. Azure Websites run IIS 8.x