Hi
I am using PHPrunner 6.2 and am using the new upload feature (which is very good). I used to run an event that took the file names to a session variable so I could run my own scripts.
The cell data looks as follows
[{"name":"custom_upload\/files\/BlueStar - BCC LLC - September_2012_2855052_bettercostcontrol-20121018-204156_fbmak912.xls","usrName":"BlueStar - BCC LLC - September_2012_2855052_bettercostcontrol-20121018-204156.xls","size":48128,"type":"application\/vnd.ms-excel","searchStr":"BlueStar - BCC LLC - September_2012_2855052_bettercostcontrol-20121018-204156.xls,!:sStrEnd"}]
How can i get the file name. i.e i used to do $_SESSION["file"] = $values["file"]; i just need the upload file name, not the rest of the code.
Thanks in advance