You will see an interface consisting of three program commands The first command is to attach the files, publish and name them on the web page in the second command, and the third command. There are buttons for this command in the middle of the interface at the top. The second command is related to the first command, showing all attached files on the web page. There are buttons for this command in the middle of the interface in the middle The third command is also related to the first, showing you on the web page all the files you have attached and allowing you to delete or rename them. There are buttons for this command in the middle of the interface at the bottom
<div class="container"> <div class="row text-center"> <h1>File Manager</h1> </div> <div class="row text-center"> <span> <button class="btn btn-primary btn-sm" id="upload"><i class="fa fa-upload"></i> Upload</button> <button class="btn btn-default btn-sm" id="refresh" ><i class="fa fa-refresh"></i> Refresh</button> <button class="btn btn-danger btn-sm" id="trash" ><i class="fa fa-trash"></i> Trash</button> </span> </div> <div class="row"> <div class="col-lg-12"> <ol class="breadcrumb"> <li><a href="#">Home</a></li> <li class="active">File Manager</li> </ol> </div> </div>