0
I have a page where I upload the image files, pdf, xml, etc. On this page, I now need to upload video files too, I searched on some sites but I did not find examples of how to do, when I try to upload an error is returned in the console, because the file is very large (52Mb). Does anyone know how to solve this ? In backend I’m using C#
I tried to do so, but I am the limit of serealized characters that send
– JONATHAN MARQUES DA COSTA