RichFilemanager-PHP
RichFilemanager-PHP copied to clipboard
PHP connector for RichFilemanager
When I gace image upload getting error like 
Please update scripts and dependencies to PHP 8. Obsolete required packages from Illuminate generate many PHP Deprecation warnings.
This is my proposal fix for issue https://github.com/psolom/RichFilemanager-PHP/issues/67. I also fixed an issue when uploaded file content does not match the extension.
https://github.com/psolom/RichFilemanager-PHP/blob/master/src/Repository/BaseUploadHandler.php#L791 when uploading a GIF, this error is thrown ``` ArgumentCountError: imagegif() expects at most 2 arguments, 3 given ``` I think that this behaviour is related to [changes since...
When I was uploaded some of the images via richfilemanager to the S3 bucket, Its preview broken then I have to rename the file it's working. **Why the broken image...
HI, have this connected to my test AWS S3 bucket. bucket appears to be working fine as the rest of the app is able to upload/download items from the folders....
I have faced file rename issue when encryption is set as 'null' like following: ``` //servocoder/richfilemanager-php/src/Repository/S3/StorageHelper.php public $encryption = null; //servocoder/richfilemanager-php/src/Repository/S3/Storage.php public function copyItem($source, $target, $remove = false) { $context...
Hello, i try to upload multiple files, but the response data only ###one. 
When I click "Download" button in the file manager, I get a corrupted image due to PHP (7.3.5 on Windows) error: ``Notice: ob_flush(): failed to flush buffer. No buffer to...
I have a dir with several image files. I set up RichFilemanager to use this dir as the _user storage folder_ . I set up RichFilemanager to use thumbnails. When...