mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Begin settings up file sending
This commit is contained in:
parent
d80338d4be
commit
6d3064b79f
1 changed files with 5 additions and 0 deletions
|
@ -201,6 +201,11 @@ namespace GalleryShare
|
||||||
byte[] xsltData = await Utilities.GetEmbeddedResourceContent(outputFileName);
|
byte[] xsltData = await Utilities.GetEmbeddedResourceContent(outputFileName);
|
||||||
await cycle.Response.OutputStream.WriteAsync(xsltData, 0, xsltData.Length);
|
await cycle.Response.OutputStream.WriteAsync(xsltData, 0, xsltData.Length);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private async Task sendFile(string requestedPath)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue