fujiokayu / S4

simple serverless secure storage
MIT License
1 stars 0 forks source link

Unhandled Runtime Error when upload png file #27

Closed fujiokayu closed 3 years ago

fujiokayu commented 3 years ago

Unhandled Runtime Error TypeError: Failed to construct 'Headers': Value is not a valid ByteString.

Source components/Upload.tsx (51:15) @ _callee$

  49 | fetch("/api/upload", {
  50 |   method: "POST",
> 51 |   headers: new Headers({ 
     |           ^
  52 |     'token': props.user.token, 
  53 |     'name': blob.name}),
  54 |   body
fujiokayu commented 3 years ago

ファイルフォーマットじゃなくてファイル名に日本語(マルチバイト文字)が入った時に発生する