Skip to content

Simple image upload with resize using xhr2 and HTML5. Needs jQuery but could be easily modified ;)

Notifications You must be signed in to change notification settings

wudikua/ajax-imgupload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

imgupload widget

This is some code that was ripped of a current project and i'm sure that i will need this in the near future for another project.

Includes

  • dirty extension check
  • resize before upload
  • upload via ajax using xhr2

HTML markup

<div class="upload">
	<div class="upload-button">Upload</div>
	<progress min="0" max="100" value="0"></progress>		
</div>

Backend

TBC

About

Simple image upload with resize using xhr2 and HTML5. Needs jQuery but could be easily modified ;)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published