Post Ajax JQuery Upload Image, File PHP
Sumbit or Post file, image from Ajax JQuery + PHP it’s very simple code. Form HTML : <div class=”col-3 ml-3″> <h4>Register</h4> <form id=”sigup”> <div class=”mb-3″> […]
Sumbit or Post file, image from Ajax JQuery + PHP it’s very simple code. Form HTML : <div class=”col-3 ml-3″> <h4>Register</h4> <form id=”sigup”> <div class=”mb-3″> […]
standard function format ajax jquery $.ajax({ method: “POST”, url: url, data: data, contenType: Type, success: function(){}, error: function(){} }); for example html form send data […]