Click or drag to resize
KenticoMediaFilesUploaderControllerUpload Method
Uploads file to specified media library and its subfolder.

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(
	string libraryName,
	string librarySubfolder
)

Parameters

libraryName
Type: SystemString
Name of the media library.
librarySubfolder
Type: SystemString
Folder in which media files are placed.

Return Value

Type: ActionResult
See Also