I had put together a working instance of a TinyMCE editor with drag and drop image upload where if an image is dropped into the TinyMCE editor (or pasted) it would trigger an upload to the server with the image and said image would now be in the editor.
That functionality suddenly stopped working. All I get is this error message: "Dropped file type is not supported"
In addition it seems that the example of that functionality on the TinyMCE website also no longer works with the same error message.
Was there a change in either browsers or the TinyMCE code that made this stop working? It seems to be something not TinyMCE code related if it suddenly stopped working even though the TinyMCE version was untouched.
Edit: Paste appears to work, and the image uploads successfully when pasted. However drag and drop still fails. This is dragging and dropping directly into the editor not into the upload image dialog which works fine.