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
On many drivers, the metadata does not contain the mimetype. This is the case for the current version of the local driver. This results in the Driver skipping the urlBuilder part.
In laravel-elfinder however, if the mimetype is null it again tries to guess the mimetype. This might explain why the issue has not come up before.
See PR #50
The text was updated successfully, but these errors were encountered:
On many drivers, the metadata does not contain the mimetype. This is the case for the current version of the local driver. This results in the Driver skipping the urlBuilder part.
In laravel-elfinder however, if the mimetype is null it again tries to guess the mimetype. This might explain why the issue has not come up before.
See PR #50
The text was updated successfully, but these errors were encountered: