不具合
| 不具合 ID 番号 | BUG-000118713 |
|---|---|
| 送信されました | December 10, 2018 |
| 最終更新日 | June 5, 2024 |
| 適用対象 | ArcGIS API for JavaScript |
| 見つかったバージョン | 4.9 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| ステータス | Non-Reproducible |
Add the following bolded line of code to the HTML form:
<form id="importFileForm">
Upload a file: <input type="file" name="attachment" id="fileinput">
<input type="hidden" name="f" value="json">
</form>
Or if using FormData class use the following code:
let form = new FormData();
form.set("attachment",file);
form.append("f","json");
不具合 ID: BUG-000118713
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード