Select to view content in your preferred language

Limit on attachment size of the feature.

3959
7
10-25-2010 05:52 AM
SanajyJadhav
Deactivated User
Hi experts,

Is there any limit on the file size that can be used as feature attachment in Silverlight application? That means the size of the file that can be safely uploaded / downloaded on the client of a Silverlight application.

Thanks and regards,
Kiran.
0 Kudos
7 Replies
dotMorten_esri
Esri Notable Contributor
The limit is at the server end. If you use the .NET server I think the limit is 10 or 20 mb. This can be increased in the web.config for the REST server. I don't recall what the Java Server limit is, but there is a similar default limitation whcih like ASP.NET is also imposed by the webserver.
0 Kudos
SanajyJadhav
Deactivated User
This can be increased in the web.config for the REST server.


Thanks for your reply.

Can you please tell me where web.config file for REST services is located, so that I can edit it? We would be needing to upload/download really huge PDFs for our application.

Thanks,
Kiran.
0 Kudos
RichardWatson
Deactivated User
C:\inetpub\wwwroot\ArcGIS\rest
0 Kudos
SanajyJadhav
Deactivated User
Thanks a lot Morten and Richard.

I would look into it. I appreciate your help.

Regards,
Kiran.
0 Kudos
SanajyJadhav
Deactivated User
Hi,

I went through the web.config file of REST, however, I can't find any entries in it regarding attachment size.

Am I missing something simple? Please let me know since this is going to be the key feature of our proposed application.

Thanks and Regards,
Kiran.
0 Kudos
GeorgeHaskett
Deactivated User
Kiran,

Hello, I am running into similar issues.  Have you resolved this on your end?  Thanks.
0 Kudos
SanajyJadhav
Deactivated User
No George. I did not resolve the issue. I started to work on another task so, could not follow this issue.

Good luck.
0 Kudos