We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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に画像が表示されないです。 例えば:hogehoge.JPG
The text was updated successfully, but these errors were encountered:
原因はアップロードした際に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
になっています。
Sorry, something went wrong.
No branches or pull requests
画像ファイルの拡張子が大文字のファイルを投稿するとTLに画像が表示されないです。
例えば:hogehoge.JPG
The text was updated successfully, but these errors were encountered: