2

Can I implement a upload progress bar with Business Catalyst? I can not use any server-side language such as PHP.

L84
  • 45,514
  • 58
  • 177
  • 257

1 Answers1

0

Your best option is to fake it using jQuery or javascript. You cannot do a true progress bar in BC.

What I do is upon form submission (that contains a file upload), I fade in an animated gif or better yet, an icon that spins using CSS animations.

L84
  • 45,514
  • 58
  • 177
  • 257