Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/uploadurl.php
<?php

$date = Date("YmdHis").".jpg";
file_put_contents('upload/'.$date, file_get_contents($_POST['url']));

echo $date;

?>