Skip to content

Latest commit

 

History

History
66 lines (30 loc) · 2.04 KB

design-patterns-controls-fileupload.md

File metadata and controls

66 lines (30 loc) · 2.04 KB

FileUpload

Basics

The FileUpload control enables the user to upload files

When to use

Best practices

Do

  • Do choose the appropriate the upload method - Full, Stream, BlobStore

Don't

Developer tips and tricks

Interactive control and sample source code

Go to the playground site to use the latest control and get source code for your project. Learn more about playground.

The FileUpload control offers different create methods and has the following entries in the interactive controls playground

Related info