Jab
Jab
DOCTYPE html>
<html>
<head>
<title>How to upload Multiple Image files with jQuery AJAX and PHP | Adarsh
Jaiswal</title>
<style type="text/css">
#preview img{
margin: 5px;
}
</style>
</head>
<body>
$('#submit').on('submit', function(){
// AJAX request
$.ajax({
url: 'ajaxfile.php',
type: 'post',
data: form_data,
dataType: 'json',
contentType: false,
processData: false,
success: function (response) {
}
});
});
});
</script>
</body>
</html>