Opened 9 years ago
Closed 3 years ago
#1117 closed enhancement (fixed)
WPTV: Add progress indicator to upload page
Reported by: | JerrySarcastic | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | WordPress.tv | Keywords: | needs-patch |
Cc: |
Description
Currently when someone tries to submit a video to WordPress.tv (at http://wordpress.tv/submit-video) we don't show any kind of feedback that we are uploading a file, and only show a success message once the file has been uploaded
Is it possible to add a status indicator, like the load bars we show in the the Media Library when initiating an upload? Because the files uploaded to wptv are so large (~1GB) a lot of time can pass before a file is uploaded. If something goes wrong with the upload (and we never show a success message) the user has no idea what the status of their upload is.
Example: https://cloudup.com/c5wZJ0BXWbc
Change History (12)
This ticket was mentioned in Slack in #wptv by jerrysarcastic. View the logs.
9 years ago
This ticket was mentioned in Slack in #wptv by jerrysarcastic. View the logs.
8 years ago
This ticket was mentioned in Slack in #meta by casiepa. View the logs.
5 years ago
#6
@
5 years ago
Consider plUpload that is already in core since 3.9 (https://make.wordpress.org/core/2014/04/11/plupload-2-x-in-wordpress-3-9/), probably JS-based so supports resuming.
Also think of removing the 1GB limit.
See discussion in slack starting from https://wordpress.slack.com/archives/C02QB8GMM/p1558714388012000
Agreed, this sucks. Maybe we can use Core's uploader, and get the progress indicator for free. I'm open to other suggestions too.