Possible Duplicate:
How to create a sub container in azure storage location
I want to migrate an application to work under Windows Azure. In the application, I am upload files to a certain folder on the server. This folder contains other nested folders and these nested folders contains files.
below are some examples:
- CompanyName/CV/CV1.docx
- CompanyName/Pics/Pic1.jpeg
- CompanyName/Pics/Pic2.jpeg
Now in Windows Azure, I want to use BLOB storage in order save my files. The problem in BLOB is that I have container and I cannot create nested containers to organize my files.
Can anybody help me to find the best solution in order to save my files.