luceos I forgot to reply. Thank you, I got it to work. Actually I was adding the whole thing into the wrong box. I was using the one down below for the comma sperates list! Can't remember what the box is called off the top of my head. Anyways, oops. Got it fixed now!
FriendsOfFlarum upload, the intelligent file attachment extension
Hi @luceos! Is there support for PDF rendering? As in- when the pdf is uploaded, it renders a preview image of it?
[deleted]
michaelangrivera I think FoF/Formatting does this (it does with Google Docs) ?
I could be wrong however.
michaelangrivera [deleted] simple response is no, not at this time.
But with a combination of the "Simple URL" template and MediaEmbed plugins, you might be able to achieve preview on some host platforms. I don't think any of the hosting platforms supported by Upload at this time have MediaEmbed previews, but you might be able to add support through a TextFormatter extension.
0.10.1
For beta.13 only
- Address
InvalidDownloadException
seen under specific circumstances when running Flarum in a Docker container
0.11.3
For beta.14 and above
- Address
InvalidDownloadException
seen under specific circumstances when running Flarum in a Docker container - Add support for
S3
compatible services, such as Backblaze B2 or Linode Object Storage - Better handling of adaptor selection when
local
is disabled
Updating
composer require fof/upload
php flarum cache:clear
- Edited
I have some issues, I set S3 config and OSS links (http://upload.xxx.com).
make [^image\/.*
] upload to OSS, other types upload to Local,
but every files that i upload links all be OSS links,
OSS links just for OSS, Local files cant use this link.
English is not my native language, if you need more info, I'll try my best.
- Edited
luceos
in my situation.
upload.xxx.cn is my CDN domain, and xxx.com is my local domain,
i mean:
files like pdf i would like it be uploaded and visit by original links, it saves in my server computer.
images be uploaded to CDN to make it fast to visit.
but now, if I set CDN(OSS Link) and image upload to QINIU, Images will be upload to QINIU, pdf will be uploaded to my server, but all them return the CDN links, pdf wont be uploaded to CDN(QINIU), so we can't use this link to open it, only original links can visit.
i dont know if i explain it well. sorry to take your time, thank you luceos anyway!
Geraldlzc the 500 error will have details in <flarum>/storage/logs
on the server.
Not sure if you also have a javascript error? I don't see it in the console. It will be something separate from the 500 error in any case.
On upload watermark after select the image then upload the page is refresh and not save is it normal?
- Edited