I'm facing a weird problem with the Safari browser for Windows.
I have an HTML5 drag-n-drop upload form based on jQuery. It works fine with all the browsers except Safari where, for files with specific extensions, the file name is padded with non-ascii characters after the file extension.
E.g., file example.mov becomes example.movçðÆê
Also the files are corrupted: they seem to have no content.
Is this a known issue with Safari and jQuery/HTML5? Is there any way to filter-out non-ascii characters?