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

Uploading Video file to web server in sliverlight 4

2 Answers 34 Views
Upload
This is a migrated thread and some comments may be shown as answers.
sachin
Top achievements
Rank 1
sachin asked on 26 Aug 2011, 08:05 AM
Hi,

I try to upload large size of Video file to web server but its thorwn exception as “Maximum request length exceeded”.

2 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 31 Aug 2011, 04:17 PM
Hello Sachin,

You can increase the maximum request length in the web.config file:
<configuration>
    <system.web>
        <httpRuntime maxRequestLength="32768" />
    </system.web>
</configuration>
Give this a try and let us know if it helps.

Best wishes,
Tina Stancheva
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
sachin
Top achievements
Rank 1
answered on 31 Aug 2011, 04:41 PM
Hello Tina,

I have uploaded large size of video file with your suggested code
really it's more helpfull.

Thanks.
Tags
Upload
Asked by
sachin
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
sachin
Top achievements
Rank 1
Share this question
or