File "code01.html"

Full Path: /home/analogde/www/Outlook/Fusion/FTP/code01.html
File size: 492 bytes
MIME-type: text/plain
Charset: utf-8



        <form action="ftp001" method="post" enctype="multipart/form-data">
                    <legend>Please Choose File to Upload</legend>
                    <div class="form-group">
                        <input type="file" name="srcfile" />
                    </div>
                    <div class="form-group">
                        <input type="submit" name="submit" value="Upload File to FTP Server" class="btn btn-warning"/>
                    </div>
        </form>