M
Mark
Hello.
I am beginning to experiment with HTML forms and CGI.
I have an HTML form that uploads a file using the
multipart/form-data encoding and the POST method.
The form target is a simple Perl script which opens a file and
writes out the data that it received via STDIN.
The output file shows all the various inputs from my
HTML form, except for the file stream. Any idea
why the file isn't showing up?
Of course, I will use the CGI module for any
serious work.
Thanks
-Mark
I am beginning to experiment with HTML forms and CGI.
I have an HTML form that uploads a file using the
multipart/form-data encoding and the POST method.
The form target is a simple Perl script which opens a file and
writes out the data that it received via STDIN.
The output file shows all the various inputs from my
HTML form, except for the file stream. Any idea
why the file isn't showing up?
Of course, I will use the CGI module for any
serious work.
Thanks
-Mark