how can i create a fileRequester with this type ?
Posted: Fri Feb 24, 2017 3:44 am
hi everyone !
how can i create with SpiderBasic a Form like this >
how can i set enctype = "multipart/form-data" with Spiderbasic to send with "post method" ?
how can i create with SpiderBasic a Form like this >
Code: Select all
<html>
<head>
<title>Upload System/title>
</head>
<body>
<form enctype="multipart/form-data" action="upload.php" method="post">
<p>File: <input type="file" name="file"></p>
<p><input type="submit" value="Upload"></p>
</form>
</body>
</html>