Skip to content

Create an upload manager #16

Description

@calvellido

Though working correctly, multiple file uploads are a bit messy right now, since you don't have a view of what's actually happening, and when a file finally gets uploaded a popup jump up out of nowhere. I have tried to show only a popup when all the uploading jobs have ended (or not), but the thing is the way uploads work on DPM servers (two PUT calls) doesn't let much to try.

Probably a practical solution to all this could be to create a kind of upload manager that opens up by clicking on the upload button and shows you a popup. There you can select the files to upload and by confirm it, it will show you a progress bar for each file. w2ui offers a w2field for uploads that could be helpful in this matter.

Resolving this issue could solve #10 and #4 too.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions