Actions
Improvements #10382
closedAllow different upload mechanism for WFileDropWidget
Start date:
05/19/2022
Due date:
% Done:
100%
Estimated time:
Description
To allow to use a custom upload mechanism in WFileDropWidget (tus), we need a couple of modifications. Changes are minimal, mostly these allow for some overrides/redefinitions.
In WFileDropWidget.js:
- Allow for override of
requestsend
signal (dropwidget.emitRequestSend()
) - Allow for override of
dropwidget.getSendFn
callback (dropwidget.getSendFn()
) - Add parameters to
actualSend
andworkerSend
to allow definition from another context
In WFileDropWidget.C:
- Allow custom creation of an upload resource in
WFileDropWidget::handleSendRequest()
and make it accessible
Files
Updated by Roel Standaert about 2 years ago
- Target version changed from 4.10.0 to 4.9.0
Updated by Roel Standaert about 2 years ago
- Status changed from New to InProgress
Updated by Roel Standaert about 2 years ago
- Status changed from InProgress to Review
Updated by Roel Standaert almost 2 years ago
- Target version changed from 4.9.0 to 4.10.0
Updated by Matthias Van Ceulebroeck over 1 year ago
- Target version changed from 4.10.0 to 4.11.0
Updated by Matthias Van Ceulebroeck over 1 year ago
- Target version changed from 4.11.0 to 4.10.1
Updated by Matthias Van Ceulebroeck about 1 year ago
- Target version changed from 4.10.1 to 4.10.2
Updated by Matthias Van Ceulebroeck about 1 year ago
- Target version changed from 4.10.2 to 4.10.3
Updated by Matthias Van Ceulebroeck 4 months ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Raf Pauwels
- % Done changed from 0 to 100
Updated by Matthias Van Ceulebroeck 3 months ago
- Status changed from Implemented @Emweb to Closed
Actions