Reply to Re: Destination file size

Re: Destination file size new!
by colin, 13 years, 10 months ago
You can easily get the filesize of the destination file with:
$s = filesize($handle->file_dst_pathname);

it wouldn't be a good idea to include this in the class, as it is not strictly necessary, and requires some resources (to check the filesize on the file system).Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important