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

画像ファイルの拡張子が大文字のファイルを投稿するとTLに画像が表示されない #136

Open
kiiro opened this issue Jun 5, 2013 · 1 comment

Comments

@kiiro
Copy link

kiiro commented Jun 5, 2013

画像ファイルの拡張子が大文字のファイルを投稿するとTLに画像が表示されないです。
例えば:hogehoge.JPG

@kiiro
Copy link
Author

kiiro commented Jun 7, 2013

原因はアップロードした際にactivity_imageのuriに入る値が

http://xxx.xxx/cache/img/jpg/w_h/ac_12_97c5c8e15db83807d1bb99d48bc26732_jpg.jpg

なのに対して、実際ファイルが書きだされているpathが

/cache/img/JPG/w_h/ac_12_97c5c8e15db83807d1bb99d48bc26732_jpg.jpg

になっています。

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

No branches or pull requests

1 participant