Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all!
I am using the latest Umbraco release (7.2.6) and I am trying to get the Image Cropper work.
I have created the usual Data Type, assigned the Crop sizes and I get the following error on the console:
It seems like a server error but I cannot figure out how to fix this.
Any help is massively appreciated, thank you!
Hi Matteo,
That error is normally something to do with server asset compression however I have never seen it with the media folder, perhaps try adding this to your web.config just before the </configuration>
</configuration>
<location path="media"> <system.webServer> <urlCompression doStaticCompression="false" doDynamicCompression="false" dynamicCompressionBeforeCache="false" /> </system.webServer> </location>
Jeavon
Dear Jeavon, thanks so much, that fixed it! I will try to remove the suggested code on the production platform and I will check how it is going.
Thanks again, you've saved me! :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Problem with Image Cropper
Hi all!
I am using the latest Umbraco release (7.2.6) and I am trying to get the Image Cropper work.
I have created the usual Data Type, assigned the Crop sizes and I get the following error on the console:
It seems like a server error but I cannot figure out how to fix this.
Any help is massively appreciated, thank you!
Hi Matteo,
That error is normally something to do with server asset compression however I have never seen it with the media folder, perhaps try adding this to your web.config just before the
</configuration>
Jeavon
Dear Jeavon, thanks so much, that fixed it! I will try to remove the suggested code on the production platform and I will check how it is going.
Thanks again, you've saved me! :)
is working on a reply...