Skip to content

maccman/jquery.upload.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Usage:

$.upload(file, {
  url: "http://example.com", 
  progress: progressCallback,
  load:    fileUploadedCallback,
  success: successCallback,
  method: "POST"
});


You can get the file object from a dragged file, a pasted file, or from a file input field. 
Check the HTML5 specs for more information.

Released under the MIT license by Alex MacCaw (info@eribium.org)

About

Upload files using Ajax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published