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
14 4:39 PM >To: django-users@googlegroups.com >Subject: Http request with multiple files is not able to read by django server > >I am trying to send multiple files(images and audio) from an android device >using >`MultipartEntityBuilder` (java) with http request. Everytime reques

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

2014-04-25 Thread kousik chowdhury
I am trying to send multiple files(images and audio) from an android device using `MultipartEntityBuilder` (java) with http request. Everytime request including files reaches server and is working as expected but sometimes(10%) django server is not able to read the content of the request. After