|
From: | Christian Grothoff |
Subject: | Re: [libmicrohttpd] How to give busy message to second file upload client when 1st client file |
Date: | Thu, 21 Aug 2008 03:32:08 -0600 |
User-agent: | KMail/1.9.9 |
You need to return your "busy message" here (in the code snipped I quoted below). This very first call is where you can return a message instead (!) of "100 CONTINUE" which is exactly what you want (to prevent the HTTP 1.1-compatible browser from even starting the full upload). Best, Christian On Wednesday 20 August 2008 08:15:02 am sudhansu sahoo wrote: > if( NULL == con_info ){ > return; > }
[Prev in Thread] | Current Thread | [Next in Thread] |