Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File upload in public directory #16

Open
armancodes opened this issue Mar 5, 2020 · 1 comment
Open

File upload in public directory #16

armancodes opened this issue Mar 5, 2020 · 1 comment

Comments

@armancodes
Copy link

Files are being saved in the public folder of Laravel which is a security vulnerability. Meaning anyone else can access those files if they have the URL of that file because it's publicly accessible to everyone.
So files must be saved in the private folder "storage/app/private".

@firdausnasir
Copy link

maybe you can try to change path to save the folder in RenderFormController

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants