• Attempts to get the content disposition for the header by compiling a string of UTF-8 formatting based on the file name.

    Example

    const contentDisposition =
    fileUploadService.getContentDisposition(fileName)

    Returns

    Parameters

    • filename: string

      The name of the file being uploaded

    Returns string