Hello, and thank you in advance.
I have a PHPRunner project running under Apache + Linux web server. This project stores data in MS-SQL Server 2.005 X64 SP3 database. In that DB, I have one field with the data type IMAGE and I'll use this field to store .PDF docs images.
I can upload files without problems, with any size.
I can retrieve (download) files with size not greather than 64Kb.
The problem: I can´t retrieve (download) files greather than 64kb - PHPRunner page say "... file size 64K - FILE CORRUPTED".
BR