Skip to content

Using same file path to all uploads, even audio files? #6

@gustavorps

Description

@gustavorps

internal static File Build(Stream data, string fieldName)
{
return new File
{
Path = "fake.jpg",
FieldName = fieldName,
Data = data
};
}

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