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

[Solved] .Multiple(False) Not Working

1 Answer 150 Views
Upload
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rob
Top achievements
Rank 1
Rob asked on 17 Aug 2011, 01:56 PM
I have the following VB.NET code on my page.  I am working with version 2011.2.712.  Everything is working properly except it is allowing multiple files to be uploaded.  Is this a bug or am I missing something?
@(Html.Telerik().Upload() _
    .Name("uploadFiles") _
    .Multiple(False) _
    .Async(Sub(async) async.Save("MyAction", "MyController").AutoUpload(True)) _
    .ClientEvents(Sub(ce) ce.OnSuccess("onUploadSuccess").OnUpload("onUploadStarted"))
)

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 17 Aug 2011, 02:59 PM
Hello Robert,

 
Unfortunately, I was not able to reproduce the depicted issue. I have used this online demo as a test case. Could you please check it and let me know what your findings are?

Regards,
Georgi Krustev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Tags
Upload
Asked by
Rob
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or