Complete Search UI logo Complete Search UI

The file browser allows to upload new files. It supports drag and drop and shows the upload progress.
The user has also the possibility to choose a previously uploaded file, this is especially useful for large files or demo purposes.

For security reasons the upload file size has been limited to 100 MB.

All uploaded files are stored in ./uploadedFiles. The file structure looks like this:

.
├── codebase  
└── uploadedFiles  
    ├── File-csv  
    |   ├── File.csv  
    |   └── File.hybrid  
    └── anotherFile-csv  
        ├── anotherFile.csv  
        └── anotherFile.hybrid