Anil Labs

Tuesday, March 16, 2010

Friendly file size for a file using php code

1 comment:

  1. I think it should be
    while(($filesize / $decr) > 0.9)

    and NOT
    while(($fileName / $decr) > 0.9)

    ReplyDelete