This is a migrated thread and some comments may be shown as answers.

[Solved] Getting The Full Path and File Byte Name For RadUpload

0 Answers 195 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Kenneth
Top achievements
Rank 1
Kenneth asked on 05 May 2009, 10:36 AM
Dear TT team

    i have a user control that have a raid upload control which is placed inside a RadGrid's item template
  
    i am trying to get the files full path i.e. c:\downloaded\temp\abc.pdf

     apparently its returning nothing when i trigger the button that has a update command tag

 Dim RadUpload1 As RadUpload = DirectCast(insertItem.FindControl("RadUpload1"), RadUpload) 
Dim bb As String = RadUpload1.UploadedFiles(0).FileName 
 

     as for the file byte i don't know how to get it

     any idea please help
 
Kenneth Ng

No answers yet. Maybe you can help?

Tags
Upload (Obsolete)
Asked by
Kenneth
Top achievements
Rank 1
Share this question
or