Skip to content

hunterxyz/jquery.uploadMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery.uploadMe

Description

jQuery plugin for a custom upload input, created specially for images upload.

Tested browser IE8+ Firefox Chrome

Usage

HTML

<iframe id="iframe" frameborder="0"></iframe>

Javascript

$('#iframe').uploadMe({
	width: 200,
	height: 200,
	inputName: 'image',
	action: '/postme.php'
});

Options

OptionDescription
widthwidth of custom upload input
heightheight of custom upload input
inputNamename of the input tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published