|
|
|
| Получаю на выходе json объект в response
Как вывести из него значение file_name:
{"file_name":"arrow_right2.png","file_type":"image\/png","file_path":"\/home\/room\/domains\/holiday.ru\/public_html\/public\/images\/cars\/",
"full_path":"\/home\/rentroom\/domains\/holiday.ru\/public_html\/public\/images\/cars\/arrow_right2.png","raw_name":"arrow_right2",
orig_name":"arrow_right.png","client_name":
"arrow_right.png","file_ext":".png","file_size":0.88,"is_image":true,"image_width":31,"image_height":31,"image_type":"png","image_size_str":"width=\"31\" height=\"31\""}
|
Пробовал так: alert(response.file_name) | |
|
|