ShareAttachment("Sharing a zip file", Path.Combine(Application.streamingAssetsPath, "test.zip"), "application/zip", "test");
Note that the sharing content may or may not be compatible with the sharing service. Handling of the content is totally controlled by the service being used to share.
Essential Kit only provides a way to share the content to the services and actual sharing is handled by the sharing service being used.