We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2c487 commit 0070f0aCopy full SHA for 0070f0a
examples/jquery/s3.php
@@ -1,4 +1,10 @@
1
-<?php
+<?php
2
+#!! IMPORTANT:
3
+#!! this file is just an example, it doesn't incorporate any security checks and
4
+#!! is not recommended to be used in production environment as it is. Be sure to
5
+#!! revise it and customize to your needs.
6
+die("Make sure that you enable some form of authentication before removing this line.");
7
+
8
/*
9
In order to upload files to S3 using Flash runtime, one should start by placing crossdomain.xml into the bucket.
10
crossdomain.xml can be as simple as this:
0 commit comments