Hi
I have a problem I've been working on for a few days which I can't solve.
I have a photo upload page which allows the user to select a file for upload using a flash plugin file selector. A script which uploads the photo, which sets some session variables to pass back to the photo upload page which then shows your uploaded photo and puts on a delete button to allow the user to remove the photo.
However, in IE7 and Firefox the session variables are lost from the upload routine and the photo upload page.
You can see it in operation at www.searchmotorhome.com. Click on upload photos at the bottom of the page and select a photo for upload. Once the photo is uploaded it should show the file you have uploaded. It works perfectly in IE6 but looses the session variables in IE7 and Firefox so does not show the photo that has been uploaded because its lost the randomly generated filename in the session variables.
I can post the code up for the pages involved but they are fairly long.
Can anyone help please? Thanks in advance.