Need help with image uploading

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,

Do that in reverse. Ask for their details first, then use hidden inputs to retain that info when they click next, or just do it all on one form.

Sponsor our Newsletter | Privacy Policy | Terms of Service