Re: Suggestions of some good, simple file upload 'in progress' code?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



""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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux