Search code examples
c#asp.netasp.net-mvcthumbnailsbackload

Backload thumbnails generation


I use Backload as backend for plupload. Is there any way to disable automatic thumbnails generation in backload? I didn't find a notice about that.


Solution

  • I found the solution in official documentation. Maybe it would be useful to someone. Set the path attribute of the thumbnails configuration element to an empty string: <thumbnails path="" ... />