The file manager application allows you to upload files and images to cloud storage. The application only stores the link to the image in the database, there by minimizing the cost of maintaining the database and off loads large files like images and movies to cheaper azure cloud storage.

Link to Folder Index Project

Home Page

File Manager Home Page

Azure Blob storage is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data, such as text or binary data.

Blob storage is ideal for:

  • Serving images or documents directly to a browser.
  • Storing files for distributed access.
  • Streaming video and audio.
  • Writing to log files.
  • Storing data for backup and restore, disaster recovery, and archiving.
  • Storing data for analysis by an on-premises or Azure-hosted service.

Related

Author: Chester Bryndza

  • Author image
    Published: Saturday, November 17, 2018
    Scope: Public
    Tag: HELP