getting file modified date from CuteWebUI_AjaxUploader_OnSelect

  •  05-28-2011, 12:19 PM

    getting file modified date from CuteWebUI_AjaxUploader_OnSelect

    Hi All
     
    im using the Ajaxuploader in my asp.net project
     
    im trying to get the uploaded files last modified date by using the Javascript  CuteWebUI_AjaxUploader_OnSelect Method
    there is a file array that i have access to
    eg

    var name=files[0].FileName;

    var size=files[0].FileSize // (or -1)

    is there a property in this that i can access to get the last modified date ?

     
    OR
     
    if this cant be done can i get the full file path that the user has selected so i can get the file modifed date another way
     
    Cheers
    Roughan
     
View Complete Thread