jquery - How can I show a spinner while the server generates a PDF file for the user? -


i'm using spring mvc present user form has series of options. when submit form, options used generate pdf file. in cases, generation of pdf file takes while — 30 seconds or more.

when pdf generated, comes down application/pdf user can save.

i'd show animation while pdf being generated. @ moment, indication server working waiting ... shown in browser.


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

parcelable - Unmarshalling unknown type code exception while reading parcel values in Android 4.4+ -