File upload size issue on IIS

I have a file upload working, but it will only allow files under 200k. I do not have any restrictions on the server and have other sites uploading fine. Any ideas on where to look. The upload just stops. Any ideas on where I can start to look. This is urgent for me. Thanks!

Hello Ken,
We don’t set any limits for file uploads. The 200k limit is set in your server configuration, so please make sure to increase it :slight_smile:

You probably use ASP on IIS which has default an upload limit of 200k

https://forums.iis.net/t/1228532.aspx

1 Like

You guys are the best, thanks for the quick response!