PHP filesize reporting old size

On Linux based systems, data fetched by filesize() is “statcached”.

Try calling clearstatcache(); before the filesize call.

Leave a Comment