in reply to Extract and Pass File Upload Value
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,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Extract and Pass File Upload Value
by Anonymous Monk on Apr 30, 2006 at 20:18 UTC | |
by fmerges (Chaplain) on May 01, 2006 at 11:27 UTC | |
by Anonymous Monk on May 03, 2006 at 23:08 UTC |