is any way to post the image object to php file using javascript that can be alternative for the regular way of uploading image using (enctype="multipart/form-data") ?
I had successfully post values of input text boxes using ajax, any way to post input file fields ?
Thanks