Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to upload image using simle Jquery and HTML5

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 362
    Comment on it

    Hello Reader's! If you are developing the html5 based ajax image uploader then you can look this jquery as the best and easy to use. Lets see how to upload images

    1) include two JS file

    <script src="jslibs/jquery.js" type="text/javascript"></script>
    <script src="jslibs/ajaxupload-min.js" type="text/javascript"></script>
    

    2) include CSS to have cool buttons

    <link rel="stylesheet" href="css/baseTheme/style.css" type="text/css" media="all" />
    

    3) create DIV or SPAN

    <div class="demo" > </div>
    

    4) write this code in your HTML page

    $('.demo').ajaxupload({
        url:'upload.php'
    });
    

    5) create you upload.php file to have PHP code to upload data.

    Kindly download all the javascripts from here Its too cool and too fast And easy too! :)

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: