Help for this page

Select Code to Download


  1. or download this
           CREATING A FILE UPLOAD FIELD
    
            ...
    ...
                   }
    
            ...
    
  2. or download this
            ...
    
           When a file is uploaded the browser usually sends along
    ...
                  unless ($type eq 'text/html') {
                     die "HTML FILES ONLY!";
                  }