Cropping Image With ImageProcessor not working on server

514 views Asked by At

I use this plugin for cropping image in my asp.net mvc 5 application. When I launch application in localhost every thing are right and I can crop image successfully. But I cant crop images on server. I don't get any error and image saved in original size. I also uploaded config folder at the root of website and my web config has default setting according to ImageProcessor.Web configuration.

I don't know what the problem is and what should I check.

Can anyone help me what's the problem?

1

There are 1 answers

0
Un person On

I found that CloudFlare prevent Imageprocessor work as well as localhost. When I disable cloudflare every thing was OK.