Skip to content

horsley/Zepto.ajaxFileUpload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Zepto.ajaxFileUpload

a file upload library for zepto

How to use

Zepto.ajaxFileUpload(setttings);

the settings is the parameters for upload, except for the default settings from Zepto, the follow elements is required

String fileElementId: the id of the input element which will be upload

Array data: the data will be upload, the array's element is Object, key => value to be upload

Explain

A blog about this in Chinese: https://blog.acrazing.me/post/ajax-file-upload.html (I'm so sorry)

About

a file upload library for zepto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%