If yes:
the problem could be that file size is larger then the maximum that is configured on the server. can you change the maxRequestLength property in the web.config (to configure the maximum upload file size). default is 4MB and it seems asp.net can handle a maximum of 1gig
<Refer to this blog for more info>
- Akhila