""scubak1w1"" <skiwi@xxxxxxxxxxx> wrote in message news:44.C6.33545.6747FE94@xxxxxxxxxxxxxxx > > "tedd" <tedd.sperling@xxxxxxxxx> wrote in message > news:p0624080ac614d6bf98e0@[192.168.1.101]... >> At 9:28 PM -0600 4/21/09, scubak1w1 wrote: >>>Hello, >>> >>>Can someone pass on some suggestions of some good, simple file upload 'in >>>progress' code? >> >> >> After all is said, you can pick anything you want from here: >> >> http://webbytedd.com/bb/wait/ >> >> This is as simple as it gets for there is no simple solution. >> [snip] How dumb am I? As you stated, 'we' just wanted the user to know "the computer is up to something"... So I just changed the cursor icon with some JS: document.body.style.cursor = 'wait'; and then when the file had uploaded document.body.style.cursor = 'auto'; <rolls eyes at self> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php