ajax - post an image of input file using javascript to php file -
is way post image object php file using javascript can alternative regular way of uploading image using (enctype="multipart/form-data") ?
i had post values of input text boxes using ajax, way post input file fields ?
thanks
there several techniques this.
one utilize iframe upload. check out: http://www.ajaxf1.com/tutorial/ajax-file-upload-tutorial.html
Comments
Post a Comment