Forum Moderators: coopster
The problem I have is after the user selects the file for upload in step 1 and I've got this is step 2, how do I then carry this over to step 3?
With the rest of my details I'm using hidden form fields, but how do I get the file for upload from step 1 to step 3?
Any help or ideas would be appreciated.
Although I don't usually drop source code to stranger :) but I just made an exemplified version for someone else, so if you also want to see it, PM me.
The three step are all written in the same file (therefore same URL) and use an upload_pic class... Works like a charm !
Tomda
I'm really just interested in a "bridging" method to pass the file information forward one step through the form before running the upload script in a third step; maybe something equivalent to a hidden file to just a way passing the image information so it can be uploaded later.