Dealing with image upload on server
- by user1073320
I have got a the following problem: I have got multi-step form where in one step user upload image to server and then few steps further supplies other information, when this information is invalid no data should be commited - also the image should be deleted.
I was thinking about PHP session, but I've read here PHP - Store Images in SESSION data?…