Help for this page

Select Code to Download


  1. or download this
    <form action="upload.cgi" method="POST" enctype="multipart/form-data">
    
  2. or download this
    <input type="file" name="filename">
    
  3. or download this
    sub uploadfile 
    {
    ...
                    close FILE or die "$!";
            }
    }