Re: Easy question

2005-07-19 Thread David Dorward
On Tue, Jul 19, 2005 at 02:54:13PM +0100, Neville Hodder wrote: > * Invalid HTML. The action attribute is required. * You haven't specified an enctype, but the default is unstuiable for use with file inputs. * You haven't specified a method, and the default (get) is unsuitable for use

Re: Easy question

2005-07-19 Thread Ing. Branislav Gerzo
Neville Hodder [NH], on Tuesday, July 19, 2005 at 14:54 (+0100) wrote about: NH> How can I achieve a returned selected filename within a simple CGI NH> script? you should read more about it on excelent webpage: http://www.cs.tut.fi/~jkorpela/forms/file.html -- How do you protect mail on web? I

RE: Easy question

2005-07-19 Thread Bob Showalter
Neville Hodder wrote: > The following code creates two Input types - a "file select" and a > "text input". The "text input" data is returned as expected whilst > the "file select" data is ignored. I have not found any references > for a CGI "file select" form tag in my documentation so I guess it i

Easy question

2005-07-19 Thread Neville Hodder
The following code creates two Input types - a "file select" and a "text input". The "text input" data is returned as expected whilst the "file select" data is ignored. I have not found any references for a CGI "file select" form tag in my documentation so I guess it is not a recognised tag. How