tinyfilemanager icon indicating copy to clipboard operation
tinyfilemanager copied to clipboard

unable to upload mp4 video

Open ebonyrod123 opened this issue 2 years ago • 4 comments

site seems to always crash when I attempt to upload a video.

ebonyrod123 avatar May 04 '22 04:05 ebonyrod123

please check, you have write permission to upload files.

prasathmani avatar May 04 '22 22:05 prasathmani

This could be a bug with dropzone.js. I have similar problem while uploading files because dropzone it tries to use http but not https. Screenshot_1

oleksandr-omelchenko avatar May 06 '22 13:05 oleksandr-omelchenko

@oleksandr-omelchenko This seems more an issue with the server tinyfilemanager is served on. You probably need a certificate on the server or you would need to change your browser configuration to allow uploading to non-https endpoints.

AgentSmith0 avatar May 06 '22 20:05 AgentSmith0

@oleksandr-omelchenko This seems more an issue with the server tinyfilemanager is served on. You probably need a certificate on the server or you would need to change your browser configuration to allow uploading to non-https endpoints.

No. You're wrong. This is an issue with $is_https detection in tinyfilemanager. I've described it here: https://github.com/prasathmani/tinyfilemanager/issues/229#issuecomment-1119627904

oleksandr-omelchenko avatar May 07 '22 07:05 oleksandr-omelchenko