Click or drag to resize
KaxUploadContextUploadedFiles Property

Note: This API is now obsolete.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[ObsoleteAttribute("The HttpContext.Current.UploadedFiles collection is now deprecated. Use the Request.Files collection instead", 
	false)]
public UploadedFileCollection UploadedFiles { get; }

Property Value

Type: UploadedFileCollection
See Also