如何获取RadUpload控件的文件路径?

问题描述:

在正常的文件上传控件中,它是FileUpload.Filepname ...
telerik RadUpload对应的属性是什么?
我搜索了google.无法获取.
我需要单个文件上传.

In normal file upload control it is FileUpload.Filepname...
what is the corresponding property fot telerik RadUpload?
I searched google.could not get it.
I need that for single file upload.

单个文件上传仍在集合中,但集合计数仅为1.

检查Request.Files数组的长度并进行相应处理.

干杯.
Single file uploads are still in the collection, but the collection count is just 1.

Check the length of the Request.Files array and process it accordingly.

Cheers.