Hey,
I hope the subject makes some kind of sense... :)
I'm about to make some kind of signup procedure, during which, the user should be able to upload some images, which should be stored together with the users data, at the end of the signup process. The idea is, that the user should upload the images one by one, using the fileupload-control, and after that fill out some informations, and at the end hit the save button.
My question/problem is then:
What is the best way to temporary store the uploaded images? I don't like to save the images to the disk, because if the user suddenly decides to cancel the registration, after having uploadet several images, the images will still resist on the server. Can I use Sessions or Cache or something like that? Unfortunately the images are quit large (between 2 and 10 MB each).
Thanks in advance
//Daniel
...
Go to the complete details ...