|
this.hostUrl = "http://localhost:62869/";
render() {
return (
<div>
<div className="control-section">
<FileManagerComponent
id="overview_file"
ajaxSettings={{
url: this.hostUrl + "api/FileManager/FileOperations",
getImageUrl: this.hostUrl + "api/FileManager/GetImage",
uploadUrl: this.hostUrl + "api/FileManager/Upload",
downloadUrl: this.hostUrl + "api/FileManager/Download"
}}> |