漏洞
| 漏洞 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 支持应用程序