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

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -