Advertisement
Guest User

Untitled

a guest
Feb 18th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php
  2. // include the funcky stuff
  3. include './conf/Funcs.php';
  4. include './conf/DBconfig.php';
  5.  
  6. // Uploading files - yay!
  7.  
  8. $token = $_POST['token'];
  9. $appID = $_POST['appID'];
  10. $uaID = $_POST['uaID'];
  11. $uploaders_uID = $_POST['uID'];
  12. $dateUploaded = time();
  13. $applicationKey = $_POST['$applicationKey'];
  14.  
  15. $files = var_dump(json_decode($_POST['files[]']));
  16. //$files = array['files'];
  17. echo var_dump(json_encode($files));
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement