daveyboy has asked for the wisdom of the Perl Monks concerning the following question:
(I've kept out the other variables for clarity.)$form_template->param( PRICE =>$Price, FILE1 =>$FileURL1, FILE2 =>$FileURL2, FILE3 =>$FileURL3, FILE4 =>$FileURL4, THUMBIMAGE =>$ThumbImageURL, ); print $form_template->output;
If I fill out the form properly, everything uploads just fine. I just would like to get the form to completely reload whatever form-data the user has already typed in the first time.<input type="file" name="File1" value="<TMPL_VAR NAME=FILE1>" size="20 +"> <input type="file" name="File2" value="<TMPL_VAR NAME=FILE2>" size="20 +"> etc...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: HTML::TEMPLATE question
by jeffa (Bishop) on Jan 15, 2002 at 20:58 UTC | |
by theorbtwo (Prior) on Jan 15, 2002 at 21:13 UTC | |
by daveyboy (Initiate) on Jan 16, 2002 at 02:01 UTC | |
by daveyboy (Initiate) on Jan 16, 2002 at 01:57 UTC | |
|
Re: HTML::TEMPLATE question
by George_Sherston (Vicar) on Jan 15, 2002 at 20:47 UTC |