Click or drag to resize
KenticoAttachmentsUploaderControllerUpload Method
Uploads file as an attachment to the specified page.

Namespace: Kentico.Components.Web.Mvc.Dialogs.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ActionResult Upload(
	int pageId
)

Parameters

pageId
Type: SystemInt32
The page identifier where the uploaded attachment is to be stored.

Return Value

Type: ActionResult
See Also