Hello Folks, I am using w3c-libwww-5.0a and tcl and am trying to POST a file of 6 MB to a server. Here is the code and the error I get : set DEST_FILE "somefile" set Message [exec cat $DEST_FILE] set DEST_URL "http://someserver/cgi-bin/somescript.tcl" set timeout 300 if [catch {spawn w3c -post -form $DEST_URL message=$Message} results] { ## Failed to start w3c. puts "Cannot start w3c" exit 1 } The results I get is : w3c: Arg list too long. The file size is 6199634. Is this the expected behaviour. My understanding was that POST had no limit on its contents. Please correct me if I am wrong. Respond ASAP please. Thanks, Burjiz Pithawala cisco Systems, 408 526 7279.Received on Friday, 22 November 1996 13:46:07 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:27 GMT