Hi,
I've downloaded and installed the RichTextEditor demo for .NET from http://richtexteditor.com/download.aspx
Installed locally, everything appears to be working correctly except for image/file upload. When I click any of the Insert File/Image/Document/Video buttons, choose 'Upload' and then 'Please select files to upload' the standard file select dialog appears, but nothing happens once I select an image.
I'm using Chrome and Developer Tools shows that a file appears to be missing:
http://localhost:56411/richtexteditor/Upload.ashx?type=file&file=uploader10.swf&_ver=1363656020865
'upload.ashx' is not in the 'richtexteditor' folder and I can't find it in the richtexteditor.rar file I downloaded.
Are there additional files/modules I should be downloading and installing?
Any help/suggestions greatly appreciated!