質問編集履歴

2

サーバーUP後のファイルを開くエラーとFidddlerの解析結果を追加しました

2022/11/08 02:22

投稿

womomo
womomo

スコア6

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,7 @@
9
9
 
10
10
  Excelファイル名はサーバーへ渡るが、アップロードしたはずのExcelファイルが読み込めない。
11
11
  ご教授頂きたいです。
12
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-11-08/b283cd8a-90f7-48f0-a924-ef3db50d38c0.png)
12
13
 
13
14
  ### 該当のソースコード
14
15
 
@@ -119,6 +120,43 @@
119
120
  JavaScriptによる以下のコマンドだとエラーが発生します。
120
121
  var formData = new FormData(document.getElementById("form_fileupload"));
121
122
 
123
+ ◆Fiddlerでの解析(HexView)
124
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-11-08/2917f3cf-9dc4-4550-8d88-0e1ef635a90d.png)
125
+ **ファイル選択時**
126
+ POST http://localhost:5000/api/NyukaYoteiTourokuSaveFile/LoadExcel HTTP/1.1
127
+ Host: localhost:5000
128
+ Connection: keep-alive
129
+ Content-Length: 215
130
+ sec-ch-ua: "Microsoft Edge";v="107", "Chromium";v="107", "Not=A?Brand";v="24"
131
+ Accept: */*
132
+ Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryP4OANBiTG5BB8aR4
133
+ X-Requested-With: XMLHttpRequest
134
+ sec-ch-ua-mobile: ?0
135
+ User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.35
136
+ sec-ch-ua-platform: "Windows"
137
+ Origin: http://localhost:5000
138
+ Sec-Fetch-Site: same-origin
139
+ Sec-Fetch-Mode: cors
140
+ Sec-Fetch-Dest: empty
141
+ Referer: http://localhost:5000/nyukaYoteiTourokuFile
142
+ Accept-Encoding: gzip, deflate, br
143
+ Accept-Language: ja,en;q=0.9,en-GB;q=0.8,en-US;q=0.7
144
+
145
+ ------WebKitFormBoundaryP4OANBiTG5BB8aR4
146
+ Content-Disposition: form-data; name="postedFile"; filename="testExl.xlsx"
147
+ Content-Type: application/octet-stream
148
+
149
+ undefined
150
+ ------WebKitFormBoundaryP4OANBiTG5BB8aR4--
151
+
152
+ **Ajax通信時?**
153
+ POST https://vortex.data.microsoft.com/collect/v1 HTTP/1.1
154
+ Content-Type: application/x-json-stream
155
+ Content-Encoding: gzip
156
+ Host: vortex.data.microsoft.com
157
+ Content-Length: 5449
158
+ Expect: 100-continue
159
+ Connection: Keep-Alive
122
160
 
123
161
  ### 補足情報(FW/ツールのバージョンなど)
124
162
 

1

タグ追加

2022/11/08 01:37

投稿

womomo
womomo

スコア6

test CHANGED
File without changes
test CHANGED
File without changes