Skip to content
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

Open
nddeluca opened this issue Sep 23, 2013 · 6 comments
Open
Labels

Comments

@nddeluca
Copy link
Collaborator

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.

@kevinc
Copy link

kevinc commented Dec 1, 2016

@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

@p8
Copy link
Collaborator

p8 commented Dec 1, 2016

@kevinc This should be fixed with the following #198

@kevinc
Copy link

kevinc commented Dec 1, 2016

thanks @p8! just found that and adding it to my codebase until v0.0.16 is out.

@p8
Copy link
Collaborator

p8 commented Dec 1, 2016

Great! Let us know if it solves this issue.

@kevinc
Copy link

kevinc commented Dec 1, 2016

adding this in addition to nddeluca#1 seems to have fixed my issue

@kevinc
Copy link

kevinc commented Dec 6, 2016

looks like i spoke too soon @p8 . i'm still having the issues where it's doubling up a section of the URL.

I've gone down the road of pointing my Gemfile at the latest commit and the problem still persists, similar to:
#160
#118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants