node-red-dashboard icon indicating copy to clipboard operation
node-red-dashboard copied to clipboard

File Input: Support larger file uploads

Open joepavitt opened this issue 1 year ago • 0 comments

Description

As a follow on task for https://github.com/FlowFuse/node-red-dashboard/pull/981

We want to chunk files selected in the client, and re-build them on the server-side to allow for file uploads greater than the maximum payload size for a given socket connection.

It would also provide clearer upload progress to the client too, and prevent socket crashes.

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

joepavitt avatar Jun 19 '24 16:06 joepavitt