I am using Steve Sanderson's jQuery AJAX SWFUploader. I have got it all working for the most part, except the most important part.
When I choose a file, it starts to upload (the progress bar advances) but then it give me a 405 error. Not sure why I get this error but I am using MVC here just like his example. I'm wondering if testing it locally I dont allow for PUT ?
Here is his example...
http://blog.codeville.net/category/jquery/
Anyone have any ideas on how to resolve a 405?