Ended up having to restore my solution from a recent backup due to ...well, stuff.
SO, I'm starting from scratch with the uploader control(not a bad idea actually)
I'll outline exactly what I've done:
1) Add reference to the Telerik.Windows.RadUploadHandler
2) Added a handler and named it: RadUploadHandler.ashx
3) matched my XAML appropriately for URI path...
my virtual directory on IIS is "aemrRequest" , so XAML reads:
Handler code behind reads:
Still get that persistent "Handler Not found" message.
Any other ideas that I can look at to narrow it down?
I'm finishing for the day, but will tackle this again probably tomorrow.
I'll also look again at your example solution you sent me.
Thanks,
Rich