adriancs

Results 75 comments of adriancs

@scholle I see. Thanks for the discovery. @tajbender Maybe this can be fixed somewhere in the coding. You can try to have a look when you're free. thanks

Below is the sample that uses the nuget version, I have tried in both .net 4.7.2 and .net 4.8. It seems ok. I guess that the issue might be caused...

Hi, --single-transaction is not supported. You may use LOCK TABLES READ as an alternative.

The idea is to build the project in .NET Core. We can test this out with a simple Console App. Starting by creating a .net core linux project: ![01](https://user-images.githubusercontent.com/646615/151099139-d84e64ce-9107-44c7-ba39-1f4103834480.png) Check...

Above post explained the method that requires you to install dotnet runtime at CentOS. But however, you can create the .NET Core Project as a "self-contained" binary. With this method,...

I have came out a temporary fix/solution for this. You may read my post at: https://github.com/filegator/filegator/issues/390

I'm able to do a quick and simple fix for this. Here is what I've done. Edit the file: ``` /backend/Services/Storage/Filesystem.php ``` Edit the following functions: ``` public function copyFile(string...

Another possible solution is by providing additional buttons at the front end user interface. For upload, there will have 2 buttons - button 1: upload and creates duplicates if filename...

Your code appears to be correct. I'm not able to recreate the error that you've mentioned. Perhaps, you error is related to something else.

Somewhere in the future, I might plan to do something similar to phpMyAdmin. However, for automatic backups, you can use Windows services to run a console app that will back...