Reply to Re: XMLHttpRequest file_max_size problem

Re: XMLHttpRequest file_max_size problem new!
by colin, 10 years, 9 months ago
Indeed, there is a bug, it will be fixed in the next release.

In the meantime, you can replace the two occurrences of:
$this->file_src_size = (file_exists($file) ? filesize($file) : 0);

with:
$this->file_src_size = (file_exists($this->file_src_pathname) ? filesize($this->file_src_pathname) : 0);
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