Dear All,
I have a 3rdparty application that need to read the images file information (file name),on earlier version (like PHPRunner 6.1) my table is simply look like this :
picid | pictitle | picfile |
----------------------------------
1 | IT Team | itteam2012.jpg
----------------------------------
but after using PHPRunner 6.2, and uploading the picture/file from generated application, my table look like this :
picid | pictitle | picfile |
---------------------------------------------------------------------------------------------------------------------------------------------------
2 | IT Meet | [{"name":"../srapmages/22a_h5yha1pd.jpg","usrName":"22a.jpg","size":14782,"type":"image/jpeg","searchStr":"22a.jpg,!:sStrEnd"}]
---------------------------------------------------------------------------------------------------------------------------------------------------
Can someone enlight me what better for me to do, so the 3rdparty application could still read the file information without changing the codes in it.
But if i have to change the way how the 3rdparty apps to read it, can someone show me a simple code to do it?, since im just a basic PHP Programmer.
Thanks before.