I am trying to store a video file in Base64String
format. When I try it in my local database it takes around 15 seconds to complete the insert. But when I try it on a hosted database it takes forever to execute the line:-
cmd.ExecuteNonQuery();
The upload completes but I am stuck in this line like forever. The file size is about 26mb. I am converting the file to byte array and then converting it to Base64String.