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

ユーザー登録とアイコン画像の登録の処理を分ける #87

Closed
ShotaTanemura opened this issue Jul 21, 2024 · 0 comments · Fixed by #88
Closed

ユーザー登録とアイコン画像の登録の処理を分ける #87

ShotaTanemura opened this issue Jul 21, 2024 · 0 comments · Fixed by #88
Assignees

Comments

@ShotaTanemura
Copy link
Owner

  • 基本的に文字データはJSONにてやり取りする
  • ファイルはmultipartにてやり取りする
  • ここでユーザー登録時に入力されたユーザーアイコン画像を文字データであるユーザー情報とともにサーバーへ送られないという問題が起きる
  • そこで、ユーザー登録時にはユーザーアイコン画像をリクエストのボディに含めずに、ユーザー登録が成功した後に別途ユーザーアイコン画像のみをサーバーへアップロードする方針で実装を変更する
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

Successfully merging a pull request may close this issue.

1 participant