Ideias Frescas, design e multimédia
Ideias Frescas, design e multimédia
Hello While the patch is not submitted, any way we can get around the problem?
Doesn't the docs state that this class supports only xlsx format?
We should add that the setStep function should come with a parameter to not trigger events. We have a use case in which, we require to recover information already filled...
@jimiwhite1020 Below the line that reads ```php $item = str_replace(''', ''', htmlspecialchars($item, ENT_QUOTES)); ``` add this: ```php $item = str_replace("\r\n", ' ', $item); ```
Hello, After traversing the code from uploadHandler.php we found out that there is an option to strip exif. check [here](https://github.com/trippo/ResponsiveFilemanager/blob/master/filemanager/UploadHandler.php#L184), which resolves to code [here](https://github.com/trippo/ResponsiveFilemanager/blob/master/filemanager/UploadHandler.php#L978) Perhaps configuration in config.php should...
Autoadvance is working with @meyfleur's solution, but i'm having a strange behaviour. When I skip near the end of the video, and the video ends, the plugin does not autoadvance...
@iDevelopThings do you intend to write an extension or php class? extension would be great as one would not have the need to add bloat to the codebase and it...