Re: [AOLSERVER] Retrieving files from form's...

2001-04-06 Thread Tuncay Baskan
Hi, form enctype='multipart/form-data' method=POST input type=file name=img1 input type=file name=img2 /form When you do a ns_getform in your handler, form set should have the following keys: img1.content-type img1.tmpfile img2.content-type img2.tmpfile You can get them with "ns_set get"

Re: [AOLSERVER] AOLSERVER Digest - 3 Apr 2001 to 5 Apr 2001 (#2001-86)

2001-04-06 Thread Jim Davidson
In a message dated 4/6/2001 12:04:09 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: I believe, on my 4th attempt, I may have correctly implemented Zoran's patches to the 3.3.1 code to avoid the crash. snip Hopefully all is well now. This stuff has to work now - Tcl 7.6 has been