file-upload.php 102 Bytes BlameHistoryPermalink Edit 1 2 3 4 <?php sleep(1); echo '{success:true, file:'.json_encode($_FILES['photo-path']['name']).'}'; ?>