summaryrefslogtreecommitdiff
path: root/uploaded/jQuery-File-Upload/cors/result.html
diff options
context:
space:
mode:
authorHorus32014-12-01 02:09:10 +0100
committerHorus32014-12-01 02:09:10 +0100
commitb435ec462e0f39457e14d81750f07781db97cb91 (patch)
tree6923f685c0ca9d6fef80d3496c02e12318e68fdc /uploaded/jQuery-File-Upload/cors/result.html
parent33affa31742f0bc9d735349763f639087ea4e7ff (diff)
downloadtools.iamfabulous.de-b435ec462e0f39457e14d81750f07781db97cb91.tar.gz
File Uploaded added
Diffstat (limited to 'uploaded/jQuery-File-Upload/cors/result.html')
-rw-r--r--uploaded/jQuery-File-Upload/cors/result.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/uploaded/jQuery-File-Upload/cors/result.html b/uploaded/jQuery-File-Upload/cors/result.html
new file mode 100644
index 0000000..2251314
--- /dev/null
+++ b/uploaded/jQuery-File-Upload/cors/result.html
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML>
+<!--
+/*
+ * jQuery Iframe Transport Plugin Redirect Page 2.0.1
+ * https://github.com/blueimp/jQuery-File-Upload
+ *
+ * Copyright 2010, Sebastian Tschan
+ * https://blueimp.net
+ *
+ * Licensed under the MIT license:
+ * http://www.opensource.org/licenses/MIT
+ */
+-->
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>jQuery Iframe Transport Plugin Redirect Page</title>
+</head>
+<body>
+<script>
+document.body.innerText=document.body.textContent=decodeURIComponent(window.location.search.slice(1));
+</script>
+</body>
+</html>