Re: Apache2::Upload partial upload

2008-01-10 Thread Mark Alway
On Jan 10, 2008, at 6:50 AM, Malcolm wrote: On Wednesday 09 January 2008 10:28:39 pm Mark Alway wrote: (did I get this sent to the list or just back to Malcolm...I don't see the list address in the subscribe confirmation?) Just to me. cc'd back to the list I'm having a very similar prob

Re: Apache2::Upload partial upload

2008-01-10 Thread Malcolm
On Wednesday 09 January 2008 10:28:39 pm Mark Alway wrote: > (did I get this sent to the list or just back to Malcolm...I don't see > the list address in the subscribe confirmation?) Just to me. cc'd back to the list > I'm having a very similar problem. My setup: Apache/2.2.6 (Unix) > mod_ssl/

Re: Apache2::Upload partial upload

2008-01-10 Thread Malcolm
On Wednesday 09 January 2008 9:54:57 pm Foo JH wrote: > Is there any value in receiving an incomplete upload? Yes. The upload consists of multiple files in a multi-part POST. Getting some of the files is better than getting none of the files. > Are you better off deciding how to avoid the time

Re: Apache2::Upload partial upload

2008-01-09 Thread Foo JH
Is there any value in receiving an incomplete upload? Are you better off deciding how to avoid the timeout instead? Malcolm wrote: Is there any way to get some of the pieces of an incomplete multi-part post? The situation I have is a client uploading multiple files as pieces of a POST, but th

Apache2::Upload partial upload

2008-01-09 Thread Malcolm
Is there any way to get some of the pieces of an incomplete multi-part post? The situation I have is a client uploading multiple files as pieces of a POST, but then timing out in some manner whilst doing so. I know I'm getting some of the files (I have an upload_hook in place that dumps the fil