Hi support,
I have a trial version of RadControls for ASP.NET AJAX
I have developed a file explorer control into sharepoint web part and i use into configuration a network path share.
The control have a problems with upload.
1)sometimes the upload form show empty if i change the page and return in file explorer file upload show correctly.
2)in load method i set the property of fileexplorer
I have a trial version of RadControls for ASP.NET AJAX
I have developed a file explorer control into sharepoint web part and i use into configuration a network path share.
The control have a problems with upload.
1)sometimes the upload form show empty if i change the page and return in file explorer file upload show correctly.
2)in load method i set the property of fileexplorer
FileExplorer1.Configuration.ViewPaths = paths.ToArray()
FileExplorer1.Configuration.UploadPaths = paths.ToArray();
FileExplorer1.Configuration.DeletePaths = paths.ToArray();
FileExplorer1.Configuration.SearchPatterns =
new[] { "*.*" };
FileExplorer1.Configuration.ContentProviderTypeName =
typeof(CustomFileSystemProvider).AssemblyQualifiedName;
but when i try set FileExplorer.Upload.MaxFileInputsCount
FileExplorer.Upload is null
why?
Thx