You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. The first one we could add a config setting for. The second one is by design as Piranha is a framework and can’t demand any specific max upload size by the application.
Good Morning All, do we have the solution in a dotnet core 6 project documented anywhere. I am having major issues with file uploads bigger than 10MB timing out, and I have tried it all but cannot seem to find the solution. Please let me know if there is a documented example of how to set the timeout in Program.cs of a dotnet core 6 or 7 solution with no startup.cs. Your assistance in this regard will be highly appreciated.
Hi there! The same applies in Program.cs, but as there’s no Configure() where you can get the Config injected you need to construct it yourself providing the IApi you have available.
We've experienced the media component cancelling uploads after 30 seconds, which sets an implicit limit on file sizes.
After googling a bit, I found this issue which is quite similar.
https://github.com/flagscript/Flagscript.PiranhaCms.Aws.S3Storage/issues/28
I think it might have to do with the default
timeout
configuration option in Dropzone.js. It is 30 seconds.https://www.dropzonejs.com/#configuration-options
The text was updated successfully, but these errors were encountered: