Re: CGI based WebDAV client and Transfer-Encoding: Chunked issue

2008-12-09 Thread Paul
Thanks for your responses, I am now having troubles with getting the entire file that is being sent to the server and knowing when the entire file has arrived. What I have noticed is that for larger files (ex greater than 90,000 characters) when I use "cin.seek(0, ios::end);" to find the end of t

Re: [EMAIL PROTECTED] CGI based WebDAV client and Transfer-Encoding: Chunked issue

2008-12-08 Thread André Warnier
Paul wrote: [...] Hi. I do not know the answer to your original question, but here are a couple of alternative suggestions : 1) It may be possible, in the initial HTTP headers sent by the script to the client, to let the client know that the "chunked" encoding is not acceptable. The client m

Re: [EMAIL PROTECTED] CGI based WebDAV client and Transfer-Encoding: Chunked issue

2008-12-08 Thread William A. Rowe, Jr.
Paul wrote: > Hello, > > I am working on patching a program that was written by a different > developer who is no longer with company. The program is a CGI program > that acts as a WebDAV server. Recently we found a problem when a mac > user running Mac OS 10.5 (Leopard) tries to paste a file in

[EMAIL PROTECTED] CGI based WebDAV client and Transfer-Encoding: Chunked issue

2008-12-08 Thread Paul
Hello, I am working on patching a program that was written by a different developer who is no longer with company. The program is a CGI program that acts as a WebDAV server. Recently we found a problem when a mac user running Mac OS 10.5 (Leopard) tries to paste a file into the WebDAV folder on