file-upload.php 102 B

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