Skip to content

Feature Request: Add Support for File Upload Progress in Node.js Environment #4

@dianannperla

Description

@dianannperla

Feature Request

Currently, the upload module provides a mechanism for tracking upload progress in the browser environment, which is great for user interface interactions. However, it lacks similar functionality for the Node.js environment.

Proposed Enhancements:

  1. Implement Progress Tracking in Node.js: Extend the current upload functionality to include a progress event or callback mechanism that can be utilized while uploading files in Node.js. This will benefit developers who need real-time feedback when handling large file uploads.

  2. Documentation Update: Once the feature is implemented, the README should be updated to reflect how to use the progress tracking in Node.js, similar to the browser usage examples provided.

Benefits:

  • Enhanced user experience for applications using the Karpeles Lab Frontend Framework in the Node.js environment.
  • Consistency across platforms, allowing developers to have the same level of feedback and control regardless of the environment.

I believe adding this feature will greatly improve the utility of the upload module. Thank you for considering this request!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions