Jump to content

[SOLVED] Disabling the upload button


graham23s

Recommended Posts

Hi GUys,

 

i'm not to sure if this is a php question, but after the user clicks upload, i was wanting the upload button to fade/be disabled so it can't be clicked untill the upload is complete, what would be the best way to acomplish this?

 

cheers

 

Graham

Link to comment
https://forums.phpfreaks.com/topic/86914-solved-disabling-the-upload-button/
Share on other sites

php can't do anything until all the uploaded data is sent to the server, meaning php  can't do this

 

you are probably talking about how paypal and ebay put that pushed down button.

 

that is a js event when the submit is hit it makes that div and another div with an image of a "pressed" button swap places in the z-index (or some other derivation of this).

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.