ondemand
ondemand copied to clipboard
upload with same filename alert
When a uploading file with filename that already exists on osc systems, show a warning 'File already exists. Previous file will be overwritten'.
Also, add dismissal option to not show the warning again. "never show this warning again"
┆Issue is synchronized with this Asana task by Unito
I cannot seem to get this to work in an accessible way. We may have to just settle for updating the comment in the upload files panel.
I cannot seem to get this to work in an accessible way. We may have to just settle for updating the comment in the upload files panel.
window.confirm() is accessible as long as we don't feel the need for a custom UI element.
window.confirm() is accessible as long as we don't feel the need for a custom UI element.
I think we do because we want to be able to disable the alert. I.e., 'dont show this again' type button.