Hi,
IMHO, think about using sessions, for example CGI::Session. For uploaded files, you can save the file somewhere and store the path in the session. Take a look at FileUpload::Filename to use the same filename as the user gave to the file. You can use the session ID as the directory for storing uploaded files from a given user on the servers filesystem.
Then once the user make the final commit, store it to the final destination, moving it from the temporary location to the final one...
Regards,
In reply to Re: Extract and Pass File Upload Value
by fmerges
in thread Extract and Pass File Upload Value
by rick
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |