redherring917b

Results 6 comments of redherring917b

Hi there. Sorry for asking for further clarification, but I'm experiencing the same issue - previews not working when user specific directories are specified - and I can't quite sort...

Also, just to be sure, those paths above should actually be: $root_path = dirname(__FILE__).'/Data'; and $directories_users = array( 'user'=>dirname(__FILE__).'/Data/user' ); each with the double underscore before and after FILE, right?...

Would still like to get the above posted fix to work if I could, just so it's an option at least, but now I'm batting around the idea of having...

Is this true, that $max_upload_size_bytes and surrounding logic is unused in / by Tiny File Manager? Odd if so, but ok. I've set both my php.ini settings of post_max_size and...

Wanted to add that there may possibly be a filetype (aka extension) related angle to this oddity, where some filetypes are handled properly per the limits set while others are...

Wanted to comment that we discovered that the following setting in the tiny file manager script that configures Dropzone maxFilesize: 10000000000 is, despite the default size, actually in MB. And...