Bug
| Bug-ID-Nummer | BUG-000118713 |
|---|---|
| Eingereicht | December 10, 2018 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS API for JavaScript |
| Gefunden in Version | 4.9 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 64 Bit |
| Status | 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");
Bug-ID: BUG-000118713
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen