Welcome to Pixeline 's users forum. Feel free to post your questions related to my jQuery and Wordpress plugins!
simple upload
  • dgholsteindgholstein October 2011


    I'm trying to create a simplyfied version of case 2 of the demo but get
    this error message on the FF error console:

       Error:
    jQuery(this).flash is not a function

       Source File:
    http://bttt/jQUpLoader/jquery.jqUploader.js  Line: 125


    And the progress bar isn't rendered



    The HTML source (created by PHP script) is:



    <head>

      <title>lots of header stuff.......



    <link rel="stylesheet" type="text/css" media="screen"
    href="jQUpLoader/style.css"/>

    <script type="text/javascript"
    src="jQUpLoader/jquery-1.4.4.min.js"></script>



    <script type="text/djs"
    data-djssrc="jQUpLoader/jquery.flash.js"></script>

    <script type="text/javascript"
    src="jQUpLoader/jquery.jqUploader.js"></script>

    <script type="text/javascript">

               
    $(document).ready(function(){

             
    $("#example2").jqUploader({

            afterScript: "redirected.php",

            background: "FFFFDF",

            barColor: "64A9F6",

            allowedExt: "*.avi; *.jpg;
    *.jpeg; *.png",

            allowedExtDescr: "Images and
    movies (*.avi; *.jpg; *.jpeg; *.png)" });});

    </script>

    </head> 



      <form enctype="multipart/form-data" action="flash_upload.php"
    method="POST" class="a_form">

          <fieldset>

          <legend>Upload your file</legend>



          <ol>

              <li
    id="example2">

              <label
    for="example2_field">Choose a file to upload:</label>

              <input name="myFile2"
    id="example2_field"  type="file" />

              </li>

          </ol>

          </fieldset>

          <input type="submit" 
    name="submit" value="Upload File" />



      </form>

    </body>







Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with OpenID

Sign In Apply for Membership