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

[Solved] The upload options for save,remove and async is not listing

0 Answers 14 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.
Sampath Kumar
Top achievements
Rank 1
Sampath Kumar asked on 08 May 2012, 02:05 PM
Hi All,
Am using telerik upload control in VB.NET MVC project.
The code is used is 
@(Html.Telerik().Upload()
       
.Name("attachments")
       
.Multiple((bool) ViewData["multiple"])
       
.Async(async => async
           
.Save("Save", "Upload")
           
.Remove("Remove", "Upload")
           
.AutoUpload((bool) ViewData["autoUpload"])
       
)
)

But the save, remove, async and autoupload doesn't show up in the intellisense list, it says save is not member of upload.
Am i missing anything.

Thanks
Sampath
Tags
Upload
Asked by
Sampath Kumar
Top achievements
Rank 1
Share this question
or