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 all,
Thank you for sharing this great piece of magic.
I want to let you know that using version 2.1.55 if you use connector.minimal.php with MYSQL and you try to upload a file from your harddrive it fails. The file starts to upload but it is not INSERT in the MySQL database.
**The workaround I found is to copy&paste the
function debug()
from connector.maximal.php and then it all works as it should.**
No problems with LocalFileSystem connector.
It would be nice if you take a look at it.
Hope this will help the community.
The text was updated successfully, but these errors were encountered:
Duolabs
changed the title
File Upload in MYSQL fails - SOLUTION
File Upload in MYSQL connector fails - SOLUTION FOUND
Apr 5, 2020
Hi all,
Thank you for sharing this great piece of magic.
I want to let you know that using version 2.1.55 if you use connector.minimal.php with MYSQL and you try to upload a file from your harddrive it fails. The file starts to upload but it is not INSERT in the MySQL database.
**The workaround I found is to copy&paste the
from connector.maximal.php and then it all works as it should.**
No problems with LocalFileSystem connector.
It would be nice if you take a look at it.
Hope this will help the community.
The text was updated successfully, but these errors were encountered: