upload
upload copied to clipboard
The file upload extension with insane intelligence for your Flarum forum.
This might be nitpicking but I think changing the settings as shown below would make it more clear what these options do. I had to stop a second and understand...
Love this extension. You guys are crushing it. I have a small issue. Occasionally, users need to post a large number of images at one time. The server processes the...
Hello, I notice something weird today. If you copy and paste text from a word document to the composer (not sure if that's the name) instead of pasting the text....
In addition, if we turn on Qiniu OSS or AWS S3, should we turn off proxy download? If the server is used for proxy download, the download speed will be...
https://github.com/FriendsOfFlarum/upload/blob/60bd5ead414893b39d03dd0748e54dae190afded/src/Commands/UploadHandler.php#L87 I think there should be a check for the key '**mime**' in the map `uploadFileData` before accessing the value since the map returned from `getFileType()` might be empty. I'm...
The file name does not support CJK characters, the file name will become garbled with random English numbers after upload.
How to download attachments directly without going through php proxy? I'm using qiniu cdn and I want to download things directly from qiniu cloud.
Instead of doing only a backend side authentication against the permissions, throw a warning or hide the download button completely in the frontend ux.
Currently there's no way that uploads are related to the discussion when this is a new discussion. In order to patch this we should connect a callback to the discussion...