File "upload_to_ftp.html"
Full Path: /home/analogde/www/FTP/Workarea/upload_to_ftp.html
File size: 446 bytes
MIME-type: text/html
Charset: utf-8
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Upload File</title>
</head>
<body>
<form action="upload.php" method="post" enctype="multipart/form-data">
<label for="file">Choisissez un fichier :</label>
<input type="file" name="file" id="file">
<input type="submit" value="Uploader">
</form>
</body>
</html>