cancel
Showing results for 
Search instead for 
Did you mean: 

Fileupload Component

Former Member
0 Kudos

hi all,

i want to get the absolute path of the filename selected by fileupload component..can any one give me the sample code for how it should be done..??Also i want to browse through the repositories in portal..how should u i do this..??

regards,

Vinoth

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Beiser,

I want to select a particular repository in the portal,so that user can upload his selected file to that particular folder in portal..

is it possible to navigate KM Repositories..??

Regards,

Vinoth

Message was edited by: Vinoth M

Former Member
0 Kudos

Hi,

To get the path of the file try the following:

string path = FileUpload1.PostedFile.FileName;

What would you like to get out of the portal's repositories?

Regards,

Tsachi