Ray G 0 Posted June 29, 2019 Report Share Posted June 29, 2019 How can I insert upload image of a user into database while registering and preview it in view_user.php Quote Link to post Share on other sites
Larry 429 Posted June 30, 2019 Report Share Posted June 30, 2019 You probably shouldn't store the image itself in the database unless you plan on having some multi-server set up. I'd recommend storing the image name in the database and storing the image itself on the server. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.