Hi,
I want to create a form where the user uploads a picture. The user then clicks next where there is a form asking details such as their name, age, etc. The user then clicks next and I want their image to display on the page. Is there a way to do this without inserting their image into a database? Is there a way to just save the image to a folder and then retrieve the user’s image from the folder to display it? What would the code be for this?
Thanks,