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

How to upload a three files by telerik upload control with size 20 mb each

0 Answers 42 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
hemlata
Top achievements
Rank 1
hemlata asked on 16 Nov 2011, 01:47 PM
Hii,

I an using mvc3 application.
In this I am using telerik upload control

@(Html.Telerik().Upload()
        .Name("attachments")
        .Multiple((bool) ViewData["multiple"])
        .Async(async => async
            .Save("Save", "Home")
            .Remove("Remove", "Home")
            .AutoUpload((bool) ViewData["autoUpload"])
            
        )
        
)


I want that it upload three files with 20 mb filesize each.

when I had try for one file then it is giving this error.

Error! Remove operation failed. Unexpected response - see console."

Please any one its solutions.

No answers yet. Maybe you can help?

Tags
Upload (Obsolete)
Asked by
hemlata
Top achievements
Rank 1
Share this question
or