Skip to content

file upload to SQLite blob fails #1251

@jamesr42

Description

@jamesr42

Adminer version: 5.4.2
Compiled: single file / single language / source codes
Driver: SQLite
Database version: SQLite3
Plugins used: login-password-less

Upload a file in UI to blob field; does not upload the data; tries to insert row without the blob. I believe I tracked the problem down to process_input in html.inc.php; the $value field is null for blob, so function bails early.

As a temporary test fix; when I move the "if (is_blob" stanza above that, the upload succeeds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions