Registriert seit: 22. Feb 2017
955 Beiträge
|
AW: TWebModule und Multipart
8. Dez 2020, 14:45
Zum Test erst einmal einfach so:
Code:
< html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<form id="myForm" action="http:// localhost:8443/senddata.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="DataType" value="fileupload">
<input type="file" size="120" name="myfile">
<input type="text" size="20" name="mimetype" value="image/bmp">
<input type="submit" value="upload">
</form>
</body>
</ html>
Gruß Hobbycoder
Alle sagten: "Das geht nicht.". Dann kam einer, der wusste das nicht, und hat's einfach gemacht.
|