-
Notifications
You must be signed in to change notification settings - Fork 16
Can't upload image #7
Comments
I just installed with the last laravel version it is working.
Please note that this library is an adaptation to the original library which is outdated. I tried to adapt the underlying file system to use Laravel Storage components but the original code is such a pain in the ass. It is very outdated. So the only thing you can do is use .htaccess to deny access in As for your issue, you cannot put thumbs folder in the upload folder. Try this
don't forget to create that folder with right permissions and owner If you wish to use Laravel Storage mechanism you could try another much up to date or hit your head to the wall trying to rewrite Responsive File Manager. |
Hi @Kwaadpepper , Thank you for helping. Any idea about this matter?. |
Are you using the last version ? Here is the project I tested with and it works https://cloud.jeremydev.ovh/index.php/s/6JQQR4AZDwRQkrP
|
Hi @Kwaadpepper , Here's what I've get when the browser returned Since I'm now using symlink for the storage folder inside public directory, any chance that it caused this issue? |
have you created an |
Hi @Kwaadpepper , I've already created the folder. |
Well maybe the sim link is causing this. You should try to create a real folder first. Also, Laravel provides a way to do the link https://laravel.com/docs/7.x/filesystem#the-public-disk I can confirm that i have done what you wanted :
then simlink
|
So far I've already tried.
I don't know what to do :(. |
I have uploaded my working folder I have showed you. Also take a look at logs files, from your webserver, Valet ? and from |
I think there is an issue with valet laravel/valet#787 |
I see, Thank you for helping me. |
same issue, T.T, Please tell me if there is a solution. |
No matter you specific upload_dir wherever, system is upload in root directory. |
Same Issue, tried other folder, but still error @Kwaadpepper, Sure folder exists and correct path. tried manual put image to folder public and see that image in dialog.php. But can't upload. example: |
Please be advised that this repo is not maintenaned any more nor the file manager it is based on. You should try https://unisharp.github.io/laravel-filemanager/ I don't have time to maintain this. |
Hi there,
I was struggling to find the way to upload the image through the file manager, but it seems having these problem.
I've this returned by the browser, and on the view, it displayed like this
It's seems like the file is not saved in to the directory.
These are my configuration.
Could you please help me to find out what is happening with it?.
Thank you in advance.
The text was updated successfully, but these errors were encountered: