On Fri, 19 Apr 2002, Sean M. Burke wrote: > At 00:47 2002-04-19 -0400, John Klar wrote: > >[...]The Good News: My script works. > >The Bad: I had to hack HTTP/Request/Common.pm[...] > Hm. Are you just uploading files from disk? Or also strings from memory?
File from disk. BTW, the inner Content-Length: specifies the exact size of the disk file. And it looks like the entire file is there, but I haven't gotten around to parsing the multipart yet. Modulo some other clue, I am planning on doing some off-by-1 tests. Thanks, John