hi
var file_upload=document.getElementById('picture-upload').value;
The code returns diffrent values in two browsers.
in firefox,ie returns 'filename.ext' example: test.jpg
but in opera returns 'fullpath\filename.ext example:C:\fake_path\test.jpg
Is any one knows the problem