hi:
the aspx server code like this:
<CuteWebUI:Uploader *********** UploadType="IFrame" ></CuteWebUI:Uploader>
the js function
function CuteWebUI_AjaxUploader_OnSelect(files) {
alert(files[0]._internaltask.file1.value);
}
use ie 6,7,8,9,10 it works .the alert can show file's client full path not filename eg: c:\myfiles\1.txt
use ie 11 ,it does not work , throw a js error . 'file1' miss。
how can get the file client path in ie 11.....
&