# my $fh = $Request->FileUpload('upload_file', 'FileHandle'); open DEST, ">/where/you/whant/to/write/it" ; # remember to handle errors... while(<$fh>) { print DEST $_; } close(DEST);
In reply to Re: apache::asp
by cianoz
in thread apache::asp
by jaypee
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |