I have looked at many scripts for uploading images to the server with AJAX with drag and drop. The scripts I found are not jQuery, are quite large and don\'t do exactly what I w
I found out that it's a bug in jQuery.1.8. This row should be before $('.dropzone').
$('.dropzone')
$.event.props.push('dataTransfer');
Final HTML code
Drop files here Drop files here
PHP code in send_image.php
'; ?>