Skip to content

FileMode.Open issue after update library #2

@kelvintang2000

Description

@kelvintang2000

After upgrade the Azure Configuration Manager, you need to remove FileMode in HomeContoller.csc

//await blob.UploadFromFileAsync(files[i].FileName, FileMode.Open);
await blob.UploadFromFileAsync(files[i].FileName);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions