video upload in ASP.NET
-
Dear Guys, I am developing a website to upload the videos. I am using file storage to save the video.After saving the file a thumpnail image will be created from the video. Everything goes fine if the video size upto 10 MB.. but above 10 MB the uploaded file size becomes 0. What could be the reason..
Ahamed Azeem software Programmer
-
Dear Guys, I am developing a website to upload the videos. I am using file storage to save the video.After saving the file a thumpnail image will be created from the video. Everything goes fine if the video size upto 10 MB.. but above 10 MB the uploaded file size becomes 0. What could be the reason..
Ahamed Azeem software Programmer
Check the maxRequestLength in the config file. "One negative with increasing the size of a file that can be uploaded is that there are hackers out there who attack servers by throwing a large number of requests at them. To guard against this, you can actually decrease the size of the files that are allowed to be uploaded; otherwise, you may find hundreds or even thousands of 10 MB requests hitting your server."
I know the language. I've read a book. - _Madmatt