I can send form_data for uploaded file with $.ajax. but when I used (input: file) how did I can send form data that be an image file that chose with input to PHP with $.post()?
<input type="file" id="img" name="img" accept="image/jpg,image/jpeg" style="display: none">