binary files - 4K limit?

admin

Administrator
Staff member
I previously posted this under a different topic, but I've since realized that my real problem lies in this: When I pull a binary file out of my MSSQL database, I only get 4k (4096 bytes) of data exactly, regardless of the actual size of the file.

Does anyone know of any such limitations either in PHP or in MS SQL that would cause such an occurrence? If so, how do I fix this?
 
Back
Top