draxil42 has asked for the wisdom of the Perl Monks concerning the following question:
I am writing some some code using perl and the CGI module. I am dealing with uploaded plaintext files (using the filefield() form element) and I want to process the data over several form submissions (kinda like a wizard). Is there a sane way of passing the filehandle on to another form, like in a hidden form element?
Is there an approved way of passing this data about? Or am I best of whacking the data in a temp file and just passing the filename along the chain.
Thanks,
Drax.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Filehandles & CGI
by PodMaster (Abbot) on Nov 30, 2003 at 17:40 UTC | |
|
Re: Filehandles & CGI
by pg (Canon) on Nov 30, 2003 at 17:57 UTC |