Upload files (uploads.UploadsByController)

Shows the uploaded files associated to this database object. (more)

Inherits from lino.modlib.uploads.AreaUploads, lino.modlib.uploads.Uploads

Every row of this data table is a Upload file.

User guide: The uploads plugin.

Columns

  • File (file) : Pointer to the uploaded file itself (a Django FileField).

  • Library volume (volume) : A pointer to the library volume where this file is stored.

  • Library file (library_file) : The path of this file, relative the volume’s root.

  • Upload type (type) : The type of this upload.

  • Description (description) : A short description entered manually by the user.

  • Uploaded by (user) : The author of this database object.

Detail layout

      • File (file) : Pointer to the uploaded file itself (a Django FileField).

        • Library volume (volume) : A pointer to the library volume where this file is stored.

        • Library file (library_file) : The path of this file, relative the volume’s root.

        • Uploaded by (user) : The author of this database object.

        • Attached to (owner) : See Attached to.

        • Upload area (upload_area) : The upload area this file belongs to.

        • Upload type (type) : The type of this upload.

      • Description (description) : A short description entered manually by the user.

      • Mentioned by (memo.MentionsByTarget1) : See Mentioned by.

    • None (preview) : See preview.

Toolbar actions

  • Table (landscape) (as_pdf) : See (unformatted: <lino_xl.lib.appypod.mixins.PrintTableAction as_pdf ('Table (landscape)')>).

  • Table (portrait) (as_pdf_p) : See (unformatted: <lino_xl.lib.appypod.mixins.PortraitPrintTableAction as_pdf_p ('Table (portrait)')>).

  • Export to .xls (export_excel) : Export this table as an .xls document

  • None (grid_post) : See (unformatted: <lino.core.actions.CreateRow grid_post>).

  • None (grid_put) : See (unformatted: <lino.core.actions.SaveGridCell grid_put>).

  • New (insert) : Insert a new Upload file.

  • Create (submit_insert) : Submit this form, i.e. send your data to the server.

  • Delete (delete_selected) : Delete this record

  • Show data problems (show_problems) : See (unformatted: <lino.core.actions.ShowSlaveTable show_problems ('Show data problems')>).

  • Camera (camera_stream) : See (unformatted: <lino.modlib.uploads.actions.CameraStream camera_stream ('Camera')>).

  • Check data (check_data) : Update data problem messages for this database object, also removing messages that no longer exist. This action does not change anything else in the database.

  • Fix data problems (fix_problems) : Update data problem messages and repair those which are automatically fixable.

  • None (grid) : Shows the uploaded files associated to this database object.

  • None (open_help) : Open Help Window

  • None (validate) : See (unformatted: <lino.core.actions.ValidateForm validate>).

  • Save (submit_detail) : Save changes in this form

Filter parameters

  • Upload type (upload_type) : See upload_type.

  • Date from (start_date) : Start of observed date range

  • until (end_date) : End of observed date range

  • Controlled by (type) (owner_type) : See Controlled by (type).

  • Controlled by (object) (owner_id) : See Controlled by (object).

  • Uploaded by (user) : The author of this database object.

Hidden columns

  • ID (id) : See ID.

  • MIME type (mimetype) : The media type of the uploaded file.

  • File size (file_size) : The size of the file in bytes. Not yet implemented.

  • Confidential (private) : Whether this row is confidential.

  • Team (group) : The user group this row belongs to. This field may be empty, which means that it is not shared in a group, only its author can see it.

  • Controlled by (type) (owner_type) : See Controlled by (type).

  • Controlled by (object) (owner_id) : See Controlled by (object).

  • Upload area (upload_area) : The upload area this file belongs to.

  • Select multiple rows (rowselect) : See Select multiple rows.

  • Attached to (owner) : See Attached to.