![]() |
romaldus 1/21/2015 |
Hi there We have used phprunner(5.3) to create a back end application so that users can upload photos into a mysql database (blobs). We have a developer that is trying to access those photos once they have been uploaded to show on a bespoke website, he says he is having difficulty retrieving them from the database. Does phprunner encode or encrypt them in a particular way on upload? Thanks
|
![]() |
lefty 1/22/2015 |
You need to know how mysql store and retreive blob data type: http://stackoverflow.com/questions/13435187/what-is-difference-between-storing-data-in-a-blob-vs-storing-a-pointer-to-a-fi
|
![]() |
Sergey Kornilov admin 1/23/2015 |
Binary data inserted into the database as is, no encryption or modification whatsoever. You need to explain what kind of trouble your developer is having. More specifics is better. |