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 a8c7a33 commit e0c74cfCopy full SHA for e0c74cf
example.userpic.html
@@ -1,4 +1,19 @@
1
<!DOCTYPE html>
2
+<!--
3
+
4
5
+ ~~~ Это пример создания загрузки фото! ~~~
6
7
8
+ 1. Скопируйте исходники себе в проект
9
+ 2. Разместите crossdomain.xml на домене, куда будут грузиться файлы
10
+ 3. Укажите правильный путь к флешкам, он задаётся через "staticPath"
11
+ 4. ...
12
+ 5. Profit!
13
14
15
16
+-->
17
<html>
18
<head>
19
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
@@ -12,7 +27,15 @@
27
28
<title>FileAPI :: UserPic :: example</title>
29
30
+ <script>
31
+ // Объект настройки
32
+ var FileAPI = {
33
+ debug: true, // режим отладки
34
+ staticPath: './235/' // путь до флешек
35
+ };
36
+ </script>
37
<script src="./FileAPI.min.js"></script>
38
39
<style>
40
.upload-link {
41
color: #36c;
0 commit comments