Skip to content

Allow sending file with form after clicking on submit button #1242

Open
@simohammedhttp

Description

@simohammedhttp

Hi there,

The ng-admin plugin gives a field 'file' which eases uploading resources, however, the file is sent automatically after selecting it.

myEntity.creationView().fields([
    // other fields
    nga.field('myfile', 'file')
            .label('Upload File')
]);

I wonder if ng-admin is capable of sending the file alongside the other posted data in one shot ?

Best regards,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions