just quick framework, jQ framework Just Quick framework, jQ framework
Integrate and Build Great Applications
Your Ad Here
  • Product
  • Board
  • About Us
  • Consult Us

jQuery Uploader v0.1

Free!
Menu
  • jQupload Demonstration

  • download
  • news
  • description
  • documentation
  • jQuery Uploader v0.1
  • 2010/02/16 jQupload v0.1 released.
  • Simple form submit plugin.
  • Files can be upload through the plugin.
  • Easy to integate to your application.
  • Easy to define your own logic.
  • jQupload tested with IE6, IE7, IE8, IE9, FF3, Opera, Safari4, Google Chrome2.
  • Lightweight form uploader plugin - The source file is just 2k!
  • Free and Free of charge under the MIT License.

jQuploader Documentation

You can check all code details in index.* file.
If you have further questions, please contact us through our Knowledge Sharing Board.

Simple way to initialize the jQupload

  1. <script type="text/javascript">
  2.    $(document).ready(function() {
  3.         //initialize jQupload object
  4.         //the simple way, use default alert message and callback
  5.         $("#my_form").jqupload();
  6.         $("#my_form").jqupload_form();
  7.    });
  8. </script>

Second way, use json object and set the message to a div/span

  1. <script type="text/javascript">
  2.    $(document).ready(function() {
  3.         //initialize jQupload object
  4.         //the simple way, use default alert message and callback
  5.         $("#my_form").jqupload({"output":"demo_message"});
  6.         $("#my_form").jqupload_form();
  7.    });
  8. </script>

Advanced way, define your own logic to handle the return message

  1. <script type="text/javascript">
  2.    $(document).ready(function() {
  3.         //initialize jQupload object
  4.         //the simple way, use default alert message and callback
  5.         $("#my_form").jqupload({"callback":"myfunc"});
  6.         $("#my_form").jqupload_form();
  7.    });
  8. </script>

keyword

jqupload, upload, ajax upload, jquery upload, web 2.0 uploader, jquery form,ajax form


Your Ad Here
Your Ad Here
© 2009 jqframework.com
jQ framework CMS v5.0