I am in the process of learning how to use the CGI.pm module but can not
find a method that will allow me to simply choose a 'remote' file. I
need to be able to return the value "path+filename" of a file that the
user has browsed to using something like the standard HTML form type:
I do NOT wa
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
I think that I have almost managed to get my first (proper) CGI script
to execute as intended, but it seems I still have one last hurdle to
jump. My Apache error.log provides me with the following single line:
[Fri Jul 22 16:34:37 2005] [error] [client 127.0.0.1] Access is
denied.\r, referer:
htt