There are 4 functions available to edit an existing GridFS collection, which are be displayed in the following detail view of a document in the list view:
Deleting the document
Click on the recycle bin icon to delete the GridFS document with the corresponding file from the MongoDB server instance after confirmed security query.
Editing
Here, the fields of documents can be edited. It is recommended not to change the existing fields, except file name and content type. If you want to store additional information in a document, you can store them in the metadata field.
You should never change the _id field, otherwise the reference to chunks Collection is lost and the file can not be loaded.
Upload a file
Mit dem Betätigen des "Hochladen"-Buttons öffnet sich ein Fenster. Hier kann man die an dem Datensatz gespeicherte Datei ändern. Die Auswahl der Datei erfolgt wieder über Drag und Drop oder mit Hilfe des Buttons "Datei auswählen". Sobald man auf "Speichern" klickt, wird die aktuelle Datei des Datensatzes durch die Neue ersetzt.
Download a file
Mit Klick auf das Herunterladen Icon kann man die an dem Datensatz gespeicherte Datei herunterladen.