-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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:
-
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.
-
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!