Help for this page

Select Code to Download


  1. or download this
    <form enctype='multipart/form-data' ...>
    <input type='file' name='file' ...>
    ...
       print FILE <$_>;
       close(FILE);
    }