13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE>
<html lang="html">
 
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>jQuery Filer 1.0.5 | CreativeDream</title>
    
    <!--Stylesheets-->
    <link href="css/jquery.filer.css" type="text/css" rel="stylesheet" />
    <link href="css/themes/jquery.filer-dragdropbox-theme.css" type="text/css" rel="stylesheet" />
 
    <!--jQuery-->
    <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
    <script type="text/javascript" src="js/jquery.filer.min.js?v=1.0.5"></script>
    <script type="text/javascript" src="js/custom.js?v=1.0.5"></script>
    
    <!--[if IE]>
          <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    
    <style>
        body {
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 14px;
            line-height: 1.42857143;
            color: #333;
            background-color: #fff;
            
            margin: 0;
            padding: 20px;
        }
        
        hr {
            margin-top: 20px;
            margin-bottom: 20px;
            border: 0;
            border-top: 1px solid #eee;
        }
        
        #content {
            width: 50%;   
        }
    </style>
</head>
 
<body>
    <div id="header">
        <h1>jQuery.filer 1.0.5</h1>
        <p>jQuery.filer - Simple HTML5 file uploader, a plugin tool for jQuery which change completely file input and make it with multiple file selection, drag&amp;drop support, different validations, thumbnails, icons, instant upload, print-screen upload and many other features and options.</p>
        <p><a href="http://filer.grandesign.md/">Demos</a> | <a href="http://filer.grandesign.md/#documentation">Documentation</a> | <a href="http://filer.grandesign.md/#support">Support</a></p>
    </div>
    
    <hr />
    
    <div id="content">
        <h4>Example 1:</h4>
        <form action="./php/upload.php" method="post" enctype="multipart/form-data">
              <input type="file" name="files[]" id="filer_input" multiple="multiple">
              <input type="submit" value="Submit">
        </form>
        
        <hr>
        
        <h4>Example 2:</h4>
        <input type="file" name="files[]" id="filer_input2" multiple="multiple">
    </div>
    
    </body>
</html>