You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
i have try to save file in local disk using FileStream,but no any file saved in disk C, no any run error.
code as below:
var fs = new FileStream(@"C:\TQSissue_20201231.xlsx", FileMode.CreateNew);
await file.Data.CopyToAsync(fs);
The text was updated successfully, but these errors were encountered: