D
dave
I have a winform app that i am trying to use a webservice to upload a document.
When i try to upload a document i get file upload length exceeeded. I have
already modified the web.config of the web service to allow larger files i.e.
<httpRuntime maxRequestLength="20480" executionTimeout="300" />
do i need to do something client side also?
thx
When i try to upload a document i get file upload length exceeeded. I have
already modified the web.config of the web service to allow larger files i.e.
<httpRuntime maxRequestLength="20480" executionTimeout="300" />
do i need to do something client side also?
thx