AC
Asked
I am using the beta version and I want to enable file upload. In the settings I added PDF,ZIP,RAR but it only allows uploading images. How can I enable users to upload a thread with files?
- MSAnsweredHello,
You mean you can't add pdf and other allowed file but only images. I will check this in coming update.
Thank you - ACAnsweredAnd when will that be? I need to get the site up and running…
- MSAnsweredThe next beta update will be released by the end of next week. Thank you
- ACAnsweredI see that you just released a new BETA version in which the bug I reported was not taken into account. What a bad support.
- MSAnsweredHello,
The timymce editor still need some work for uploads. It will be complete this week.
Thank you - ACAnsweredYou say in your updates that you corrected the upload but it does not allow you to upload files other than images. Thank you
- MSAnsweredHello,
Please share the details. Which editor are you using?
SimpleDME should allow to to drop the file and it will generate the link.
TinyMCE have 2 icon in toolbar, image, video and link. Image will only allow you to select images. For pdf, zip and other, please insert link and you can upload the file.
Thank you - ACAnsweredWhen inserting link it generates error 404, file not found.
- MSAnsweredHello,
I have checked again. The file upload works fine for inserting link in timymce. Please share the installation link with login credentials so that I can have a look.
Thank you - MSAnsweredHello,
I just seen your reply to comment on the item page. The upload is working fine, right? Only the download or view shows the 404 page. If so, please run
```
php artisan storage:link --force
```
If they already exist, then please delete `storage` & `images` folder in `public` and then run the command again.
Thank you - Login to Reply