-
Notifications
You must be signed in to change notification settings - Fork 88
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
image and photo upload doesn't work #15
Comments
unable to understand issue. File (image) uploading is not working proper. |
any help? |
there's a timthum error and i m fixing so when i finish it i will tell you how |
In your profile controller on, just change the if if ($file->storeAs(base_path() . '/public/path/to/file', $file_name)){...} to ($file->move(base_path() . '/public/path/to/file', $file_name)){...} and anyone that needs an admin backend can let me know too... or I can just add it to this project. |
not working still |
hmmm, I hope you are using the right /path/ and check the permissions on the path. I just did that and it works. Unless I see it and your file structure can I still be able to know how to deal with it... |
No description provided.
The text was updated successfully, but these errors were encountered: