Re: Is there any property of intialdirectory in ajaxuploader control

  •  06-11-2009, 10:04 PM

    Re: Is there any property of intialdirectory in ajaxuploader control

    Hi,
     
    You can get the calculated path use this new way :
     
    string dir=((IAjaxUploader)uploader).GetTempDirectory();
     
    Regards,
    Terry
View Complete Thread