jsupload

0.0.1 • Public • Published

jsup

pure javascript library for upload file by ajax

##Install

npm install jsupload

##Example

var uer = new C4js.Uer("../../jsup", {}, true);
uer.AddI("abc1");
uer.OnPrepare = function(f, xhr, form) {
	return null;
};
uer.OnSuccess = function(f, data, e) {
};
uer.OnErr = function(f, data, e) {
};

##Docs

Readme

Keywords

Package Sidebar

Install

npm i jsupload

Weekly Downloads

1

Version

0.0.1

License

BSD

Last publish

Collaborators

  • centny