CodeByZach / pace

Automatically add a progress bar to your site.
https://codebyzach.github.io/pace/
MIT License
15.68k stars 1.9k forks source link

Pace when submit file #442

Open Mr0ut opened 6 years ago

Mr0ut commented 6 years ago

Hi,

I try to applied Pace when I send a file on a website (with submit in a form). Anybody knows how to do that?

Mr0ut commented 6 years ago

I gat a lead: < form method="post"> < input class="file-input> < button onclick="return Pace.restart()" type="submit"> < /form>

The only problem is that the Pace animation just last a second or two (because the body is already load).

The purpose is to make the animation last until the reload/refresh of the page. If someone got an idea.

Mr0ut commented 6 years ago

< button onclick="return Pace.restart(minTime:XXX)" type="submit">

Is there a way to call pace like this?