IBlobProvider.Upload Method
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
Upload(Blob, Stream)
Uploads the specified blob content.
The Blob will be updated to reflect any changes made by the provider, i.e. Size.
void Upload(Blob blob, Stream content)
Parameters
- content
- System.IO.Stream
A System.IO.Stream
containing the content to upload.