function ehu_photos_js() {
$cache =
cache_get('form_'.
$_POST['form_build_id'],
'cache_form');
$node = (object)$_POST;
$form = $cache->data;
$form_state =
array('values' =>
$_POST);
// ....
$cache->data['ehu_photos']['photos']['#value'][$fid] = $file;
$cache->data['ehu_photos']['epwrapper']['#value'] = $html;
cache_set('form_'.
$_POST['form_build_id'],
$cache->
data,
'cache_form',
$cache->
expire);
$status = true;
}