Get SWF file size using PHP ?

Discussion in 'PHP' started by AKnogood, May 11, 2012.

  1. #1
    Is it possible to get the file size (in MB) of a SWF file using PHP?

    I tried filesize() but it didn't work..
     
    AKnogood, May 11, 2012 IP
  2. ThePHPMaster

    ThePHPMaster Well-Known Member

    Messages:
    737
    Likes Received:
    52
    Best Answers:
    33
    Trophy Points:
    150
    #2
    filesize should work fine. Are you seeing any errors or just a blank page?

    Make sure you have file read permissions to the file.
     
    ThePHPMaster, May 11, 2012 IP
  3. AKnogood

    AKnogood Active Member

    Messages:
    244
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    60
    #3
    I just found the problem. The filesize() doesn't work for remove files..
     
    AKnogood, May 11, 2012 IP
  4. webconqueror

    webconqueror Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    what doy ou mean my remove files? You can find size which is exist in the directory
     
    webconqueror, May 12, 2012 IP