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

Get full file path in RadAsyncUpload

2 Answers 264 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Manikandan
Top achievements
Rank 1
Manikandan asked on 17 Oct 2011, 04:29 PM
hi,
I added multiple file and I unable to get full file path in server side using RadAsyncUpload.
Its one of my urgent requirement Please help me on this.


Thanks & Regards
Manikandan Kumar

2 Answers, 1 is accepted

Sort by
0
Manikandan
Top achievements
Rank 1
answered on 18 Oct 2011, 05:23 AM
fupPDAttachment.UploadedFiles[i].SaveAs("C:\\" + fupPDAttachment.UploadedFiles[i].GetName(), true);


Thanks & Regards
Manikandan Kumar
0
Dimitar Terziev
Telerik team
answered on 20 Oct 2011, 11:01 AM
Hello Manikandan,

The GetName method should return the name of the uploaded file with its extension. Please refer to the following help article showing how to save the uploaded files manually. This article is for the RadUpload, but you could use the same approach with the RadAsyncUpload.

All the best,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Upload (Obsolete)
Asked by
Manikandan
Top achievements
Rank 1
Answers by
Manikandan
Top achievements
Rank 1
Dimitar Terziev
Telerik team
Share this question
or