From 4846d114a84b0c7da64501ea89a635d24e403a1d Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 25 Sep 2011 01:59:14 -0700 Subject: project fork --- .../file-uploader/tests/action-acceptance.php | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 addon/js_upload/file-uploader/tests/action-acceptance.php (limited to 'addon/js_upload/file-uploader/tests/action-acceptance.php') diff --git a/addon/js_upload/file-uploader/tests/action-acceptance.php b/addon/js_upload/file-uploader/tests/action-acceptance.php deleted file mode 100644 index fc9583f21..000000000 --- a/addon/js_upload/file-uploader/tests/action-acceptance.php +++ /dev/null @@ -1,46 +0,0 @@ - 9 * 1024){ - die ('{error: "server-error file size is bigger than 9kB"}'); -} - -if (count($_GET)){ - array_merge($_GET, array('fileName'=>$fileName)); - - $response = array_merge($_GET, array('success'=>true, 'fileName'=>$fileName)); - - // to pass data through iframe you will need to encode all html tags - echo htmlspecialchars(json_encode($response), ENT_NOQUOTES); -} else { - die ('{error: "server-error query params not passed"}'); -} -- cgit v1.2.3