Hi All,
I have refereed http://www.aspsnippets.com/Articles/Upload-add-and-Display-Image-in-TinyMCE-Editor-TextBox-using-jQuery-Uploadify-Plugin-in-ASPNet.aspx
for upload and display image in TinyMCE editor.
I have create one demo MVC3 application, here it works fine but my problem is,
I have configured the same plugin in my MVC3 application, I did't face any issue when debug but i got the following error when upload image
Error: POST http://localhost:3954/Upload.ashx?folder=/test%20forum/uploads 405 (Method Not Allowed) :3954/Upload.ashx?folder=/test%20forum/uploads.
The paths are mentioned correctly.
Please help me to find the solution for this issue.
Thanks in Advance.