Display a warning popup when uploading on Box Web
When uploading a large number of files via Box Web, there are cases where we may not notice that some files have failed to upload, which can cause disruption to our work.
For example, in the past, there have been cases where users did not realize that some files had failed to upload and ended up deleting the original files, resulting in file loss.
It can be difficult to recover a file, as we will only realize it is gone when we need it again.
To prevent this issue, if the file contains something that would obviously cause the upload to fail, a warning popup should be displayed and the upload process should not continue unless the user clicks an "OK" button in the popup.
Example of a warning:
Some files cannot be uploaded because the file size limit has been exceeded.
Do you want to upload it?
OK/Cancel
<Box Webでアップロードを行う際に警告ポップアップを表示する>
Box Webから大量にファイルをアップロードしている場合、一部ファイルのアップロード失敗に気づかないケースがあり、業務に支障を来すことがあります。
例えば、過去には、一部のファイルのアップロードに失敗したことにユーザーが気付かず、元のファイルを削除してしまい、ファイルが失われるケースがありました。
ファイルが再び必要になったときに初めてそれが消えたことに気づくため、それの復元は困難になる可能性があります。
この問題を防ぐために、ファイルに明らかにアップロードに失敗する可能性があるものが含まれている場合は、警告ポップアップが表示され、ユーザーがポップアップで「OK」ボタンをクリックしない限り、アップロードプロセスは続行されない機能が必要です。
警告の例:
ファイルサイズの制限を超えたため、一部のファイルをアップロードできません。
アップロードしますか?
OK/キャンセル
