Try your search with a different keyword or use * as a wildcard.
@using Nop.Core.Domain.Media
@model int
@inject MediaSettings mediaSettings
@{
//other variables
var random = CommonHelper.GenerateRandomInteger();
var clientId = "picture" + random;
var endpoint = ViewData["Endpoint"];
var tableSelector = ViewData["TableSelector"];
}
@* register CSS and JS *@
@*fine uploader template (keep it synchronized to \Content\fineuploader\templates\default.html)*@