droparea is a HTML5 drag and drop image/file upload jQuery plug-in and a php script for server-side.
I added:
I developed it to use on my Uygulama project's new version.
I've only tested it on
and it works enough for me for now!
<input type="file" class="droparea" data-crop="true" ... />
<script src="/data/dev/droparea/droparea.js"></script>
<script>
$('.droparea').droparea([options]);
</script>
data-width, data-height : Optional but required for canvas resizing. data-crop : Optional. This is crop option for canvas resizing. [true/false] data-canvas : Canvas resizing option. Default value is false. data-post : Optional. This is an URL for directly posting. data-type : Optional. File tld. [png, jpg, zip] Separate with coma if more than one.