jquery - How to serialize form with file inputs -
I am using Ajax which posts values to my php file with some file input. It is not sorting my file and I found out that jquery only for file elements except for file inputs. Anyone can help me please.
You can not submit file data with the basic jQuery AJAX function.
Edit: You can upload files using AJAX interface, although this is not supported by IE less than 10. I still recommend using the above mentioned plugin.
Comments
Post a Comment