Skip to content

A jquery plugin that can upload and preview images and videos.

License

Notifications You must be signed in to change notification settings

canius/jQueryUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQueryUploader

This is a jquery plugin that upload images and videos.

Dependencies:

##Usage:

    <div>
        <span class="uploader"></span>
        <span class="uploader"></span>
        <span class="uploader"></span>
        <span class="uploader"></span>
    </div>
    $(function () {
        $('.uploader').uploader({
            url: 'upload.ashx',
            onSuccess: function (data) {
                $(this).uploader('preview', data);
            },
            rel: 'rel'
        });
    });

About

A jquery plugin that can upload and preview images and videos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published