gamerclassn7
Here is an example:
Cheers.
KevinTheJedi Thanks done
gamerclassn7 could the problem be in mismatched / \ how ever this would not explain 12 days functioning period :/
No, so that means it should be sending the data to the browser as it should. Maybe the browser, network, firewall, etc. could be in the way?
I would also try completely clearing all cache, cookies, and sessions for the site and hard reloading the browser.
KevinTheJedi no i am testing it from localhost first with FW disabled, and latest browser in incognito mode
All attachments are server as this
it couldn't be a cache if server return all bytes as 0
after removin @ from readfile i get this error
@
Probably found the bug when i try to clear the session before sending image images are working if (ob_get_level()) { ob_clean(); }
if (ob_get_level()) { ob_clean(); }
as this:
any idea, what could cause the this issue ?
Not without being able to replicate the issue. It seems your environment is having issues with the output buffer for some reason. In your case you need to clean the output buffer every time which is odd. Since I can’t replicate this I can’t really pinpoint the issue.