Hi,
I have a jsp which has submit button, on click of submit button, i am calling a javascript fucntion
which calls another jsp using Ajax . The form fileds are appended to the url of the target jsp.
how can i send the file information to that jsp along with the other form fields?
Is there a way, i can send all parameters to target jsp without appending explicitly to the url?
Or suggest me some idea. Thanks
!
Start Free Trial