Jump to content

image upload progress...


robcrozier

Recommended Posts

Hi, thanks for that, but how will the page displaying the gif know if the file upload process has completed?  Im thinking that i could display a small window on top of the main upload page which displays the gif, they can then see that the website is also still there.

 

Cheers!

Link to comment
https://forums.phpfreaks.com/topic/70148-image-upload-progress/#findComment-352277
Share on other sites

I had the same problem few days ago..

 

Solution isn't a progress bar which would show you actual progress.. It can't be done with php... Instead of that I made JS function to submit form and load div. When it's clicked a div layer is shown with nice GIF animation, which imitate a progress bar. Visitors will see that something is going on your website. I think it's pretty nice solution...

 

In my case after submitting new site is loaded and div layer isn't visible anymore. If div layer is still shown in your case.. You should just add another script which will hide layer when this part of code is loaded.

 

Hope it helped.

Link to comment
https://forums.phpfreaks.com/topic/70148-image-upload-progress/#findComment-352278
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.