diff --git a/GalleryShare/GalleryServer.cs b/GalleryShare/GalleryServer.cs index 2e0bd35..25303b8 100644 --- a/GalleryShare/GalleryServer.cs +++ b/GalleryShare/GalleryServer.cs @@ -201,6 +201,11 @@ namespace GalleryShare byte[] xsltData = await Utilities.GetEmbeddedResourceContent(outputFileName); await cycle.Response.OutputStream.WriteAsync(xsltData, 0, xsltData.Length); } + + private async Task sendFile(string requestedPath) + { + + } } }