22 Aug 2025
MPLS
-
Tinggalkan Komentar
Komentar
aaaa • 17 Oct 2025 20:28
<!DOCTYPE html>
<html>
<head>
<title>Upload your files</title>
</head>
<body>
<form enctype="multipart/form-data" action="upload.php" method="POST">
<p>Upload your file</p>
<input type="file" name="uploaded_file"></input><br />
<input type="submit" value="Upload"></input>
</form>
</body>
</html>
<?PHP
if(!empty($_FILES['uploaded_file']))
{
$path = "uploads/";
$path = $path . basename( $_FILES['uploaded_file']['name']);
if(move_uploaded_file($_FILES['uploaded_file']['tmp_name'], $path)) {
echo "The file ". basename( $_FILES['uploaded_file']['name']).
" has been uploaded";
} else{
echo "There was an error uploading the file, please try again!";
}
}
?>
pipk • 17 Oct 2025 20:27
<script\x20type="text/javascript">javascript:alert(1);</script>
Sam • 23 Aug 2025 05:02
Seru MPLSnya
Ada yang dapet HP jg
Wih mantab