Eng. EmadSlahi
Eng. EmadSlahi
``` Using res = Await _client.GetRawFile(_remot_path) Using strm = New StreamReader(res.Stream) Dim _outFile = strm.ReadToEnd() ``` output is just **����**
**I'm trying to use this lib but When I upload files the respose came with no exception but file didnot uploaded** my code : ``` Public Async Sub uploadFile() Try...
I need to use this library from nuget with VB.net **but I cant write any code base on your examples** **I wish you provided full real app example with exceptions...
For Latest Version you may get problem with Class **AttachmentsInput** its dependency for use yii\bootstrap\Widget; Fix it with Use: use yii\bootstrap5\Widget; mention the verstion of bootsrtap class
I need to use this behavour for upload attachments man files how to do it ?!