-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carrierwave's cache_id being mistaken for guid when not uploaded directly. #101
Labels
Comments
@nddeluca sorry to resurrect an old issue, but is there anything I can do on my side to get around this? I'm running into this also |
thanks @p8! just found that and adding it to my codebase until v0.0.16 is out. |
Great! Let us know if it solves this issue. |
adding this in addition to nddeluca#1 seems to have fixed my issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using an uploader that uses carrierwave_direct, uploads that are not done directly mistakenly use carrierwaves temporary cache_id as part of the filename. This gives inconsistent url's between files that are directly uploaded and those that are not.
Files should be able to be directly uploaded by the user or programmatically uploaded by the server without any change in url behavior.
The text was updated successfully, but these errors were encountered: