Using Browserstack I can browse for a file, but it hangs on processing.
There is an Uppy error in console.
I checked the exact same functionality on meta.discourse.org to exclude any theming we have on our install.
But this would not even open the file dialog.
Is it the case that Safari 13 is no longer supported?
thanks
Falco
(Falco)
22. Dezember 2021 um 16:02
2
We are using Blob.ArrayBuffer()
web API to generate checksums client side for uploads now. That is indeed Safari 14 onwards.
We already have a skip here for IE11 @martin , can we do the same for old Safari?
If skipping is safe, I have this to do it:
discourse:main
← discourse:detect-blob-arrayBuffer-uploads
opened 04:01PM - 22 Dec 21 UTC
4 „Gefällt mir“
martin
(Martin Brennan)
22. Dezember 2021 um 22:16
3
Yes I think that is fine, thanks for the fix, will approve + merge
2 „Gefällt mir“
brilliant, thank you both for the speedy response!
2 „Gefällt mir“
Falco
(Falco)
Geschlossen,
27. Dezember 2021 um 11:00
5
This topic was automatically closed after 3 days. New replies are no longer allowed.