Cloudlog icon indicating copy to clipboard operation
Cloudlog copied to clipboard

Feature: Show progress bar during QSO upload

Open petrkr opened this issue 8 months ago • 1 comments

Would be handy (and also it could solve timeouts of PHP) if you upload QSO to sites like eQSL, QRZ.COM etc. to show some "information" it is happening. Now you do not know if you clicked properly or if something happening

My suggestions:

  • disable button after click until request is done
  • make it async (javascript can call some endpoint using jquery/XMLHttpRequest)
  • serverside can long-polling way reply status, which can be hadled by client javascript to show some progress bar (since it already sending content, server will NOT timeout)

petrkr avatar Oct 10 '23 19:10 petrkr