Uploading large files to SQL Server is *painfully* slow.

  • Thread starter Thread starter RTM
  • Start date Start date
R

RTM

Can anyone please offer some advice to me? I have a very basic
ASP.Net application (C#) that is taking the contents of a posted form
and uploading them to a database. Most of these files are audio, and
can be very large. However, the time it is taking to upload these is
crazy. For example, a 25 MB file may take 10+ minutes before
finishing. I know these will get up there, so size limits in my
web.config are not the issue. I am not getting errors - it's just
taking way too long! I am sending the files up as a byte array, and I
don't see where I am going wrong. I can't post code now, as I am at
home, but can do so tomorrow. In the meantime, has anyone run into
similar issues? Does anyone have any suggestions? The network is
pretty fast & stable, so I don't think that is the issue... Anyone???

Thanks.
 
Hmmmm... I did pretty much the same and it works fine. Let's see your code
and if you want, I can post what I coded.

Greetings.
Daniel Walzenbach
 
Back
Top