
yapp
User
Nov 2, 2001, 2:32 AM
Post #2 of 2
(532 views)
|
I never tried anything with uploading. At home I have a Win 200 with IIS 5 testing server for my scripts, but never tried uploading. Hoever, I've read something about uploading. The <FORM> tag however, has an encoding attribute. application/x-www-form-urlencoded - Normal form multipart/form-data - Form with upload fields, like <FORM encoding="multipart/form-data"> ... </FORM> The CGI.pm module has the $CGI::URL_ENCODED and $CGI::MULTIPART variables where these constants are stored in.
|