Relative Content

Tag Archive for asp.netpluginsjellyfin

Can I change the ASP.net POST limit size for my Jellyfin Plugin?

I am currently working on a Jellyfin plugin, which involves file uploads from the client to the server. This works fine for files smaller than 30MB. Files above 30MB won’t get sent because of a POST request limit set. Is there a way to change this limit, either inside the Plugin Configuration itself or inside the Jellyfin Server?