Hi,
I am trying to upload a video of size 50 mb using asp.net. I was facing some issues such as max request length exceed etc. While working on this I got a doubt that is this the right way to store video file in a db ( i mean performance wise)? or is it better
to store it in a folder with in a web application? Obviously based on various filters, various people will be able to watch these videos?
I remember some one telling me that storing images or video files in db is not a good option? If so what is the alternative? Please advise.
Another important point is we increase the connection time out in the web.config as we are uploading huge data. In this case how to avoid dos attack and what are the security issues that may arise?
Regards,
NIZAM
Go to the complete details ...