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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -