client-side name of uploaded file

  •  04-05-2010, 6:12 PM

    client-side name of uploaded file

    I have an uploader inside an ajax callback panel.  I am trying to figure out how to capture the name (and path) of an uploaded file via javascript.  I tried using a hidden field within the callback panel that gets set via ClientSideAfterExecute, but it doesn't seem to work.  Do you have any suggestions or examples?  Thank you.
View Complete Thread