Help for this page

Select Code to Download


  1. or download this
    <form action="cgi-bin/uploader.pl" method="post" enctype="multipart/fo
    +rm-data">
    
  2. or download this
    my $image = upload_file( "file_to_upload.txt", "../incoming" );
    
    ...
    
        return( $filename );
    }