Вход Регистрация
Файл: module-assets/admin/plupload/examples/jquery/queue_widget.html
Строк: 47
<?php
<!DOCTYPE html>
<
html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<
head>
<
meta http-equiv="content-type" content="text/html; charset=UTF-8"/>

<
title>Plupload Queue widget example</title>

<
link rel="stylesheet" href="../../js/jquery.plupload.queue/css/jquery.plupload.queue.css" type="text/css" media="screen" />

<
script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>

<!-- 
production -->
<
script type="text/javascript" src="../../js/plupload.full.min.js"></script>
<
script type="text/javascript" src="../../js/jquery.plupload.queue/jquery.plupload.queue.js"></script>

<!-- 
debug 
<script type="text/javascript" src="../../js/moxie.js"></script>
<
script type="text/javascript" src="../../js/plupload.js"></script>
<
script type="text/javascript" src="../../js/jquery.ui.plupload/jquery.ui.plupload.js"></script>
-->


</
head>
<
body style="font:13px Verdana;background:url(../bg.jpg);color:#333">

<
form method="post" action="dump.php">    
    <
div id="uploader">
        <
p>Your browser doesn't have Flash, Silverlight or HTML5 support.</p>
    </div>
    <input type="submit" value="Send" />
</form>

<script type="text/javascript">
$(function() {
    
    // Setup html5 version
    $("#uploader").pluploadQueue({
        // General settings
        runtimes : '
html5,flash,silverlight,html4',
        url : '
../upload.php',
        max_file_size : '
10mb',
        multi_selection: false, // if set to true, html4 will always fail, since it can'
t select multiple files
        chunks 
: {
            
size'1mb',
            
send_chunk_numberfalse // set this to true, to send chunk and total chunk numbers instead of offset and total bytes
        
},
        
rename true,
        
dragdroptrue,
        
filters : [
            {
title "Image files"extensions "jpg,gif,png"},
            {
title "Zip files"extensions "zip"}
        ],

        
// Resize images on clientside if we can
        
resize : {width 320height 240quality 90},

        
flash_swf_url '../../js/Moxie.swf',
        
silverlight_xap_url '../../js/Moxie.xap'
    
});

});
</
script>

</
body>
</
html>
?>
Онлайн: 2
Реклама