CUL-DigitalServices / avocet-ui

Open Academic Environment (OAE) Front-End
http://www.oaeproject.org
Educational Community License v2.0
1 stars 1 forks source link

Big file upload seemingly hangs without feedback #354

Closed oszkarnagy closed 9 years ago

oszkarnagy commented 9 years ago

ie9_-_win7__running_

bertpareyn commented 9 years ago

@oszkarnagy can you zip the file and try again? I assume this is the same bug filed in https://github.com/CUL-DigitalServices/avocet-ui/issues/323

oszkarnagy commented 9 years ago

Zipped file seems to hang too

ucamhal commented 9 years ago

@oszkarnagy Works as expected in Chrome on OSX. Can you add some instructions to reproduce the bug?

timdegroote commented 9 years ago

The files upload fine, the problem here is that the progress event isn't supported by IE9.

bertpareyn commented 9 years ago

@timdegroote Can we implement the fontawesome spinner instead of the progress bar?

timdegroote commented 9 years ago

@bp323 Sure, only in case of IE9 or always?

bertpareyn commented 9 years ago

Only on IE9, check out the upload widget it has a similar implementation.

timdegroote commented 9 years ago

Sounds good, assigning to myself.

timdegroote commented 9 years ago

Assigning @bp323 for review.

bertpareyn commented 9 years ago

Verified and merged.