This topic is locked

File Storage Format

4/6/2015 12:23:39 PM
PHPRunner General questions
S
salus1 authorDevClub member

Hello,

When files are uploaded into the database as BLOBs are they stored in binary format or is the binary data converted to BASE64 prior to storage? I need to use a different client application to retrieve the files for further processing.

Thanks

Sergey Kornilov admin 4/7/2015

Files are stored as is, in binary format.