LycheeOrg / Lychee-front

JS implementation of Lychee frontend
https://lycheeorg.github.io/
MIT License
48 stars 53 forks source link

Odd Upload Window Filtering on Movies in Safari #179

Closed tomierna closed 1 year ago

tomierna commented 4 years ago

I just recently installed Lychee-Laravel for a test.

In uploading some files, I ran across some .mp4 and .mov files which are non-select-able in the file picker in Safari, but not in Chrome.

In the screenshots, I show the same content to upload in both browsers.

From Safari:

Screen Shot 2020-01-10 at 12 28 51 PM

From Chrome:

Screen Shot 2020-01-10 at 12 28 37 PM

This seems to be because Safari treats .mov as different than .mp4 sometimes.

If I go to the form in Safari's developer mode and change the following: multiple accept="image/*,video/*,.mov" to multiple accept="image/*,video/*,.mov,.mp4

...then I can select the files in Safari.

qwerty287 commented 1 year ago

Seems to be a Safari-specific issue. Please check again if this is still not working as intended