Ajax and JQuery Implementation progress bar + upload files to Django__ajax

Source: Internet
Author: User

http://www.laurentluce.com/posts/upload-to-django-with-progress-bar-using-ajax-and-jquery/


In this article I'm going to describe how I implemented uploading files to the django+ progress bar using Ajax and JQuery. I need to implement this feature to let users upload menu images to gourmious and track upload progress. Client

First you need a table forms let the user select the file to upload.

1 <form id= "Form_upload" action= "/upload" method= "POST" >
2 <input type= "file" name= "Picture" id= "Picture"/>
3 <input type= "hidden" id= "X-progress-id"
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.