-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Milestone
Description
- Harden the documentation for IBrowserFile to make it clear that these properties are provided by the client and are untrusted
- Do some prelimnary validation on IBrowserFile. For e.g. throw if File.Size is negative.
- Consider renaming ToImageFileAsync -> RequestImageFileAsync
- Add a InputFile.MaxFileSize = 15MB and a InputFile.MaxAllowedFiles = 3
- Don't document samples with MemoryStream
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.