Jump to content

PHP image form handling


elementis0

Recommended Posts

Ok heres my problem,I have an application form that users fill out online. part of this form deals with them having to upload images.my problem is that I have 4 different pages the user goes through in the application process. The users upload his picture on the first page,What I want is for the pictures the user has uploaded in the form to only stay saved once they finish the applicationI though a $_SESSION would keep the pictures safe until they were uploaded them on the last page, but i was wrong. So what do I need to do to tell PHP to keep the images uploaded temporarily through multiple pages and not upload them into a permanent folder until the application process is finished? basically all im looking for is something equivalent to a $_SESSION that can hold the actual image.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...