The implementation of this Web Control uploads a single file, either to the system directory or SharePoint during run time.
If the file already exists, information about the file is shown and the delete option is presented.
Inherits
- System.Web.UI.Design.ControlDesigner
Usage
- As a general rule do not use the & character in file names. If the uploading file name contains an "&" character, it will be changed to "_", because the "&" is the XML parser's primary key.
- The user who uploaded the file is the only user who can see the information in the file or delete the file.
- An empty file cannot be uploaded.