title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
Uploaded Files Position |
Uploaded Files Position - RadAsyncUpload |
Check our Web Forms article about Uploaded Files Position. |
asyncupload/functionality/uploaded-files-position |
uploaded,files,position |
true |
7 |
The UploadedFilesRendering property defines whether the uploaded files would be rendered Above or Below file input. It can be set through mark up or in the codebehind.
note As of Q3 2011, UploadedFilesRendering property is available.
<telerik:RadAsyncUpload RenderMode="Lightweight" runat="server" ID="AsyncUpload1" UploadedFilesRendering="BelowFileInput" />
[Getting Started]({%slug asyncupload/getting-started%})
[Manipulating Query String Parameters In The Upload Handler]({%slug asyncupload/functionality/manipulating-query-string-parameters-in-the-upload-handler%})
[Uploading Large Files]({%slug asyncupload/functionality/uploading-large-files%})