cni / nims

Legacy version of NIMS. All new development at @scitran
14 stars 12 forks source link

Add warning before navigating away during upload #69

Closed lmperry closed 10 years ago

lmperry commented 10 years ago

It would be very helpful to add a warning before users navigate away from the upload page. Navigating away from the page could cause problems if the upload is already in progress.

Something like the following might work:

window.onbeforeunload = function() { return "An upload may be in progress, are you sure you want to leave?"; }

sbenito commented 10 years ago

Yes I got it, only it goes into a folder so I do not get the notification.

On Dec 18, 2013, at 10:45 AM, Michael Perry notifications@github.com wrote:

It would be very helpful to add a warning before users navigate away from the upload page. Navigating away from the page could cause problems if the upload is already in progress.

Something like the following might work:

window.onbeforeunload = function() { return "An upload may be in progress, are you sure you want to leave?"; }

— Reply to this email directly or view it on GitHub.