Re: Can UploadAttachments show Russian FileName not in UTF-8?

  •  04-30-2010, 8:41 AM

    Re: Can UploadAttachments show Russian FileName not in UTF-8?

    Well, it solves the problem with saving, but doesn't affect display...
    I even tried GetUploaderProvider().Rename(args.Item.FileGuid, 1251encodedname) method in the AttachmentAdded event, but it just created a file named "persisted" and the underlying item has disappeared from the attachments table.
View Complete Thread