i am trying to submit the form which contains an image to server using ajax.
it is very important to use ajax, so is it possible to upload an image using ajax? google isnot helping me as i thought. i want that the window wont be reloaded once i submit the form with image inside. i am lazy to make another template for uoloaded-site...
uploading image needs enctype="multipart/form-data"
but is there some ajax solution also?
thanks, appreciate any view and help