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

Upload properties explained

3 Answers 64 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 10 Dec 2009, 03:31 AM

Is there a place on your website where I can find what properties I can set for the silverlight upload control and also explains what certain properties do? I know some of them are self-explanatory but others are not.

3 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 14 Dec 2009, 12:03 PM
Hi Patrick,

The only available help for RadUpload can be found on our online documentation site. Additionally, there are several KB articles covering various aspects of RadUpload. We will be working on improving the documentation of all our controls. Meanwhile, if you have specific questions on how something works in RadUpload, I'd be glad to assist you.


All the best,
Kiril Stanoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Patrick
Top achievements
Rank 1
answered on 21 Jan 2010, 02:33 AM
Could you tell me what FilterIndex is used for? I have seen it used in your sample applications, sometimes the value 0 is used other times 3.

Can you confirm the following:

MaxFileSize = the max file size of each individual file being uploaded.

MaxUploadSize = the size allowed of all files together being uploaded.
0
Ivan
Telerik team
answered on 21 Jan 2010, 07:47 AM
Hello Patrick,

Thank you for details.

Actually there are two properties related to the Open-file-dialog:
 
  • Filter
    A predefined set of filters. For example:
        Filter="Pictures (*.gif;*.jpg;*.jpeg;*.png)|*.gif;*.jpg;*.jpeg;*.png|Archives (*.zip)|*.zip|All Files(*.*)|*.*"
     
  • FilterIndex
    This one determines which filter to be selected when the open-file-dialog appears.
    Examples below are tied to the Filter's value mentioned above:
        - Selecting All files as default filter:
                FilterIndex="2"
        - Selecting Pictures as default filter:
                FilterIndex="0"
     
About the MaxSize properties you are at the right point.

If you have other questions please drop us a line.

Sincerely yours,
Ivan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Upload
Asked by
Patrick
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Patrick
Top achievements
Rank 1
Ivan
Telerik team
Share this question
or