KenticoMediaFilesUploaderControllerUpload Method |
Uploads file to specified media library and its subfolder.
Namespace: Kentico.Components.Web.Mvc.Dialogs.InternalAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax 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:
ActionResultSee Also