How Upload Multiple Files By Help of JQuery
Source:
$("#multipleupload").uploadFile({
url:"http://hayageek.com/examples/jquery/ajax-multiple-file-upload/upload.php",
multiple:true,
fileName:"myfile"
});
Related Posts:
File Upload By JQuery How to start uploads with a button click we can start uploads files on the click of a button $(function () { $('#fileupload').fileupload({ dataT… Read More
3D Rotating Image Gallery & Retrive Image From Folder Here i will explain how to Create a 3D rotated image gallery which fetch pictures from the folder and display in the web page. By using the Jquery And CSS we can retrieve the images from the containing folder and add … Read More
How To show POP-Up Dialog Box By Using Jquery On Button Click Today I will expalian how to POP-Up a dialogbox or modal POP-Up window box on a button click by usign Jquery.Simple jquery modal popup window or jquery modal dialog is used to show alerts messages, notif… Read More
How To Bounce Left a div by Using jQuery plugin And use in Asp.Net. Here i will explain how to move or bounce a particular division by using jquery. Here i will use .velocity() function instead of $.animate() animation engine. Velocity is a animation engine that re… Read More
Multiple Files Upload By Using JQuery How Upload Multiple Files By Help of JQuery Source: $("#multipleupload").uploadFile({ url:"http://hayageek.com/examples/jquery/ajax-multiple-file-upload/upload.php", multiple:true, fileName:"myfile" }); … Read More
0 comments::
Post a Comment