Re: Http request with multiple files is not able to read by django server

2014-04-25 Thread Erik Cederstrand
Den 25/04/2014 kl. 14.39 skrev kousik chowdhury : > After going through all the links related to this problem, I come to know > that this problem may happen because of the **broken request** That is if > someone cancelled the request in between. > > As my request is an `AsyncTask` to the reques

RE: Http request with multiple files is not able to read by django server

2014-04-25 Thread Ilya Kazakevich
Hello, There may be some web-proxy between client and server that limits request size or time. Server may limit it as well. * Remove all proxies between client and server * Try to use different client (browser for example) * Check your server configuration for request size and timeout. Ilya K