Roadmap: dash-uploader 0.7.0 #67
Replies: 6 comments
-
Now, it seems that the target is pretty close. On b6c7224 just the progressbar is missing. Also should check that the buttons are working okay. |
Beta Was this translation helpful? Give feedback.
-
Progressbar fixed in 3d0362f . The "Uploading" text is now (1a69035):
Next checking if the buttons work correctly. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Status update (commit: 50bd0c6) : Seems that almost everything for the resumable.js -> Flow.js up is ready. The multi-upload functionality seems to work okay. I'm getting pretty close to the dash-uploader 0.7.0 release. Just two of the automated tests are failing:
did not have time to check out yet what is wrong. |
Beta Was this translation helpful? Give feedback.
-
Fixed the tests (b987f4f). Now should still
|
Beta Was this translation helpful? Give feedback.
-
Edit:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is continuation of #21.
The resumable.js that dash-uploader 0.6.0 is using has not been very actively getting updates. The flow.js was seen as better alternative, and I have been working on
flow-dev
branch to migrate from resumable.js to flow.js. I have intention to publish this all in dash-uploader 0.7.0.Checklist for dash-uploader 0.7.0
du.UploadStatus
for callbacksUpload_ReactComponent
Thejust use filtering at onFilesSubmitted.assignBrowse
attributes
->accept
is used to control the accepted filetypes.Checklist for dash-uploader, later
upload_id
is not random, but preserved.Beta Was this translation helpful? Give feedback.
All reactions