Re: [AOLSERVER] dstringcachemaxentries, dstringcachemaxsize, iobufsize: how are they related?

2002-02-19 Thread Simos Gabrielidis
Using FTP or SAMBA it takes less than 1 second to transfer a 6MBytes movie file, so I am rather confident it is not a network problem. Simos

Re: [AOLSERVER] File uploading

2002-02-19 Thread Simos Gabrielidis
[ Please note that there is an ongoing discussion of the problem on the thread: dstringcachemaxentries, dstringcachemaxsize, iobufsize: how are they related?] I am testing the file upload using ns_conncptofp, not ns_queryget; in fact, I don't use any of the procedures in the modules/tcl/form.tcl

Re: [AOLSERVER] dstringcachemaxentries, dstringcachemaxsize,iobufsize: how are they related?

2002-02-19 Thread Rusty Brooks
On 2002.02.19, Simos Gabrielidis [EMAIL PROTECTED] wrote: Using FTP or SAMBA it takes less than 1 second to transfer a 6MBytes movie file, so I am rather confident it is not a network problem. Can you post your code again? I seem to have missed it.

[AOLSERVER] File Uploading

2002-02-19 Thread Rusty Brooks
I think I should have been a little more clear about what I meant by headers. See, there are headers for the entire page, but each part of the multi-part form can also have a set of headers, usually just Content-Type and Content-Encoding if relevant. Netscape doesn't seem to send any of them

Re: [AOLSERVER] dstringcachemaxentries, dstringcachemaxsize, iobufsize: how are they related?

2002-02-19 Thread Simos Gabrielidis
I have used both IE5.5 SP2 and Netscape 6.2 under WinNT4 SP6a; the results are the same. Simos.

Re: [AOLSERVER] File Uploading

2002-02-19 Thread Jeffrey Hobbs
... If each part of a multi-part form had a Content-Length, there would be no reason to parse for the boundary strings. There would, in fact, be little need for boundary strings at all. I'm not entirely clear on why it was done with boundaries instead of lengths in the first place.

Re: [AOLSERVER] File Uploading

2002-02-19 Thread Rusty Brooks
This is correct. However, the form.tcl is not optimal code. You don't need to go through and search each line. You start at the beginning and break into parts by doing string first \n$bound\n $string I thought about this. There's no reason it wouldn't work, but you'd have to be

Re: [AOLSERVER] File Uploading

2002-02-19 Thread Simos Gabrielidis
Could we keep this discussion under one thread please? The dstringcachemaxentries... thread contains all the relevant details in my quest to troubleshoot this problem. Thanks everybody for your interest and your willingness to help! See you in the dstringcachemaxentries... thread! ;-) Simos.

Re: [AOLSERVER] multiple ip addresses and multiple servers

2002-02-19 Thread Jason Tauber
Did you ever solve your problem? I need to run 2 websites using 2 ip addresses but on the same server, is this possible?