DiskBlobProvider.Upload Method
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
Upload(Blob, Stream)
Uploads the binary data for the specified blob.
public void Upload(Blob blob, Stream input)
Parameters
- blob
- Blob
Blob to insert.
- input
- System.IO.Stream
The input stream from which the data should be read.