views:

32

answers:

0

Hi all,

how to send file through xmlhttprequest.send(file) in rails , post method not calling respective action(method) in the controller , get method calling the same action which specified in the post method and how to get the request(body) content in the controller ?

Any idea?