Shaun Walker
Shaun Walker
I think the HTML5 file input element is not always initializing the list of files which is resulting in previous file uploads being reprocessed. I should also mention that you...
No, the multiple file upload capability is a native feature of the HTML5 input file element... this issue is related to the component lifetime. In a traditional server application there...
@elgransan the logic does exist in interop.js to reset the fileinput element, however I believe an error is happening which is short circuiting the method so that the reset never...
Is there something unique about that specific package?
Thank you for the additional context. I seem to recall I investigated a large file upload issue in the past and discovered it had something to do with the environment...
See #1268 where a similar issue was discussed and it was concluded that the issue was related to IIS on Windows 10 and a maximum of 10 concurrent connections
I am not able to reliably reproduce the problems you reported even when I upload files which are > 100MB. However I did make a number of improvements to the...
This is a duplicate of #1145. If you want to install Oqtane on Azure I would suggest you follow the directions in the article by @ADefWebserver - https://blazorhelpwebsite.com/ViewBlogPost/1 And obviously...
I am curious how the default connection string created by Bicep differs in content/format from the connection string created by the Oqtane install wizard?
If a connection string exists in appsettings.json, Oqtane assumes that the framework was previously installed successfully - and it attempts to connect to the database specified. If it encounters a...