This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// -------------------------------------------------------------------------------------------------------------------- | |
// <copyright file="ImageProcessorPreProcessor.cs" company="James Jackson-South"> | |
// Copyright (c) James Jackson-South. | |
// Licensed under the Apache License, Version 2.0. | |
// </copyright> | |
// <summary> | |
// Attaches ImageProcessor to the Media.Saving event to ensure that uploaded files do not exceed | |
// a maximum size. | |
// </summary> | |
// -------------------------------------------------------------------------------------------------------------------- |