вот собствено код
"function(file,dataUrl){var date = new Date(); var path = window.location.host+'/frontend/web/image/page/'+date.getFullYear()+'/'+(1+date.getMonth())+'/'+file.name;var img='<img src=\"'+path+'\" />'; document.getElementById('forIMG').appendChild(img[0]);}"
кавычки вначале и конце кода собствено нужны потому что использую js в php плагине вот разбил по строкам.
function(file,dataUrl){
var date = new Date();
var path = window.location.host+'/frontend/web/image/page/'+date.getFullYear()+'/'+(1+date.getMonth())+'/'+file.name;
var img='<img src=\"'+path+'\" />';
document.getElementById('forIMG').appendChild(img[0]);}
пытался и так
function(file,dataUrl){
var date = new Date();
var path = window.location.host+'/frontend/web/image/page/'+date.getFullYear()+'/'+(1+date.getMonth())+'/'+file.name;
var img='<img src=\"'+path+'\" />';
document.getElementById('forIMG').appendChild(img)[0];}
эвект тотже