<html>
<head>
<title>
Error: Error parsing multi-part request</title>
<link href="https://community.esri.com/arcgis/rest/static/main.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<table width="100%" class="userTable">
<tr>
<td class="titlecell">ArcGIS REST Framework</td>
</tr>
</table>
<table width="100%" class="navTable">
<tr valign="top">
<td class="breadcrumbs">
<a href="https://community.esri.com/arcgis/rest/services">Home</a>
</td>
</tr>
</table>
<div class="cbody">
<br/>
<br/>
<b>Error: </b>Error parsing multi-part request<br/>
<b>Code: </b>500<br/><br/>
<div style="color:#ff6666"> </div>
</div>
</body>
</html>
We’ve been getting this error as well, but intermittently. We are attempting to push batch photos to the server using the Rest service addAttachment. It can get thrown anywhere from 5 to 20 min of successful operation. First assumption was a server problem, but no change to the service config helped. Finally decided to handle it client side. If the Request returns with a 500 error code it waits 30sec and tries again. After 5 tries it stops attempting and produces the error to the user. This works. The error still gets thrown but after waiting the 30sec it successfully pushes.
ArcServer 10.1
Mobile Device: Samsung galaxy tab
I am getting this error on all attachments on all services
from desktop (web browser) and mobile
attachment size is 20kb, tried a variety of attachments (png, jpg)
Using javascript api 3.14, any ideas?
We are also having similar issue here.
Users are using collector on iPad to sync an average of 100-200mb of attachments, spread across anywhere from 100-300 feature edits. Previous user testing had shown that there was no issue with syncs of this size, but just after the official launch of collector within our organisation, we are getting multiple errors in the field. The standard error I am getting is: Unable to process request. Error parsing multi-part request
and also am sometimes seeing: Error: The item was not found. The item was not found. The item was not found. The item was not found.
Any help would be most appreciated, we are under extreme pressure from the business to resolve this issue immediately.