Hi, can i ask some help why is that i could not get post value when using the jquery ajax and with the use of serialize data when uploading image file.
i only get the value of input tpe=“text” but the input type=“file” i could not post the value.can someone help me on this please why it will not be posted.
So I got and read your PM.
I understand you don’t want to make your code public and I will try and help you.
The first thing you need to do is to make a small demo page that I can look at that demonstrates your issue.
Then reply to this thread detailing what is not working. Say what you expect/would like to happen and what is actually happening.
You can then PM me the address of the demo page that you have made.
Once again, apart from that, please reply only in this thread.
Hi pullo, My problem is that i have a form with input type=“text” and it has input type=“file” the problem is that i could not get the file when i am going to submit the form,because i am using the jquery.ajax to send. my form goes something like this.