thrace-project / media-bundle

The `ThraceMediaBundle` handles file, video, audio and image upload plus some image manipulations.
MIT License
11 stars 10 forks source link

Prevent browser caching after crop #4

Closed albertofem closed 9 years ago

albertofem commented 10 years ago

When user crops the image, it won't refresh due to browser cache (as the URL is the same). Putting a timestamp in the URL will prevent this behaviour.

zender commented 9 years ago

thanks