How do you handle uploading files when using multi-paged
forms (for example entered text and a picture are previewed
before storing into the database and special directory)?

Uploaded files can't be passed as hidden fields, right?
So do you let your users to upload the same file several
times and then delete the temporary files with a cron job?

Another annoying thing is, that the file upload field is
non-sticky (its value gets cleared - at least in Netscape)
and also that the user could upload a different file at the
last page of form (okay, I could probably use Digest::HMAC).

Sorry for off-topic, but maybe someone has a good solution?

Reply via email to