JQuery

Multiple File Upload using JQuery

Introduction:

Here I will explained how to build a Gmail style file uploader using JQuery and Uploadify plugin for JQuery in ASP.Net

Description:

This has been asked several times in ASP.Net forums about how to upload multiple files AJAX style along with progress bar similar to the Google’s GMAIL
And the answer is Uploadify plugin for JQuery which does the same in few simple steps. In this article I’ll explain the same.

   1: <link rel="Stylesheet" type="text/css" href="CSS/uploadify.css" />
   2: <script type="text/javascript" src="scripts/jquery-1.3.2.min.js"></script>
   3: <script type="text/javascript" src="scripts/jquery.uploadify.js"></script>

Add an ASP.Net FileUpload Control to the form tag
   1:  
   2: <a 
   3: href="javascript:$('#<%=FileUpload1.ClientID%>').fileUploadClearQueue()">Clear</a>

Continue Reading

Technorati Tags: ,,

No comments:

Post a Comment