I need to call from inside onUploadComplete... a php script which will
do a postupload processing of the uploaded file.
I will do window.open('call_rasteriser.php?svg=' + svg .... at the end
of funtion onUploadComplete but I need to know the full filename.
It looks that dataArr is not containing it ! What should I look for
please ?
function onUploadComplete(event) {
rowNum = fileIdHash[event["id"]];
prog = Math.round(100*(event["bytesLoaded"]/event["bytesTotal"]));
progbar = "<div style='height:5px;width:100px;background- ...
alert(dataArr);
window.open....
With kind regard
Petronel