Is it possible to combine ImageNow with Javascript and php? -
i have internal site company our customer support users uploading files our clients. originally, had planned on using of mysql , protected, shared network folder , used mysql hold filename , path. however, utilize imagenow other processes. know if imagenow works javascript , php outside of software itself? i'm new imagenow advice appreciated.
logobarray = getdoclogobarray(workingdoc); (var i=0; i<logobarray.length; i++) { var docobj = logobarray[i]; var filepath = docobj.filepath; var filetype = docobj.filetype; var fttocheck = filetype.touppercase(); var phsobid = docobj.phsobid; //write osm info file, you'll have add other code around premise correct , tested var outrow = filepath; outrow = outrow + '\n'; if (clib.fputs(outrow, outcsvfp) >= 0) { debug.log('debug', 'wrote osm path [%s] file successfully.\n', filepath); stats.inc('wrote osm path file'); } }
Comments
Post a Comment