Stephen J. Lawrence Jr.

Results 38 comments of Stephen J. Lawrence Jr.

Can you create a PR for this?

Pull requests really need to be for single issues. The consolidated requests are really difficult to pull in. :(

Just to update this issue: You can shift-click files during the upload. They all receive the same meta-data. Worked in everything but Internet Explorer the last I checked.

Checkout your php error log, and also verify you have added the appropriate filetypes into the File Types settings.

Can you update me on the status of this code change? Is it still a W.I.P. or is it ready to go?

No worries, thanks for the help!

To do what you need would require quite a few modifications to the code. You would need to over-ride the login, the permissions checks, the session checks, etc.. One option...

There are issues with mimetype detection due to all the different operating systems, PHP versions, web environments, configurations, etc.. We really need to go back through and find a solution...

Another complication is from the way different operating systems, different PHP versions, etc. all treat mime types differently. The current solution was the best I could do quickly as a...