Skip to content

saveFile returns a different path and no filename than the one selected by the user. #1899

@EnriqueMx

Description

@EnriqueMx

outputFile= await FilePicker.platform.saveFile(
dialogTitle: 'Please select an output file:',

          bytes: Fila.readAsBytesSync(),
          fileName: Fila.path.split('/').last,
        );

the output file value returns with: /document/76

not the path or name selected

Metadata

Metadata

Assignees

No one assigned

    Labels

    new issueAn issue that hasn't yet been seen from the maintainer

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions