Skip to content

A native javascript file upload with XHR2 and also includes a jQuery plugin

License

Notifications You must be signed in to change notification settings

cvelazquez/javascript.uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

javascript.uploader

A jQuery plugin to upload files with XHR2

Example using jQuery:

$("#anyElement").autoupload({
   url: "somewhere_to_post_data.php",
   finished: function(answer){
   	alert("done!");
   },
   progress: function(percentage){
   	console.log("Progress: "+percentage+"%");
   }
});

About

A native javascript file upload with XHR2 and also includes a jQuery plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published