51 Posts
ilga
9 years ago
4
Topic

Hi everybody.
Is it possible to integrate progress bar when user uploads images?

Get a VIP membership
9 years ago
1
Level 1

Hello proelgiz,

it's not possible to do that because the upload is not made by Ajax, so we don't have the information on the progress.

Eventually, if you want to alert the user on the fact that the upload is in progress, you can display a GIF when the user click on submit.

Best regards.

Lionel

47 Posts
zaliyanna
9 years ago
0
Level 2

Hello Lionel 

how can we add this Gif and where can we add it.

Thanks for your reply!

9 years ago
1
Level 1

Hi zaliyanna,

you can add some custom javascript code for the event "onclick" of the submit button, in the field configuration (orange arrow), like :

$("#fieldID").on('click', function() {
      // display the GIF
});<br>

You can add manually (ftp) your gif on the server.


regards.

Lionel

47 Posts
zaliyanna
9 years ago
0
Level 2

Thanks for your answer this is realy helpful 

Get a VIP membership