jrgifford/delayed_paperclip

Access to Original File URL during Processing

Undistraction opened this issue · 1 comments

Currently, Delayed Paperclip hijacks the url() function so that it can serve a processing image during image processing. However that means that there is no way to get the original images URL during processing.

Please allow access to the original image URL during processing.

@Undistraction I may be a bit late here, but I believe this is what you are looking for https://github.com/jrgifford/delayed_paperclip#have-processing-status-available-but-construct-image-urls-as-if-delayed_paperclip-wasnt-present.

Have processing? status available, but construct image URLs as if delayed_paperclip wasn’t present
If you define the #{attachment_name}_processing column, but set the url_with_processing option to false, this opens up other options (other than modifying the url that paperclip returns) for giving feedback to the user while the image is processing. This is useful for advanced situations, for example when dealing with caching systems.