Hi all,
New to ATS and having a strange problem with a page created using Microsoft .NET MVC 3.0. Our site has other MVC pages that work fine, it's just one which manages multiple file uploads. Essentially, the user selects a number of files to upload and the whole lot is POSTed to the server using a simple multipart/form-data html form. If only small files are selected then again all works fine, however when the total file size starts getting above 4/5MB then I don't get any response and the browser times out. Tracing activity on the server it looks as if the post is happening multiple (3/4/5) times, sometimes with only part of the post data, sometimes the whole lot all over again. Each post follows the last by a few seconds, ie one post completes but instead of returning a response to the client, another post starts again! If I take out the ATS layer all works fine, for any size of post. Any ideas gratefully received! Hugo
