in reply to (jeffa) Re: HTML::TEMPLATE question
in thread HTML::TEMPLATE question

The upload fields will never start with a predefined value; it's considered a security risk. What if you aranged your form such that an unsuspecting user wouldn't notice the upload form element, and defaulted it to (say), c:\windows\default.pwl? I could have sworn this was part of the offical spec, but I can't find it there. The offical spec recommends validating the default choices if specified, but in pratice, browsers just ignore the defaults. See http://www.w3.org/TR/html401/appendix/notes.html#forms-security.

Thanks,
James Mastros,
Just Another Perl Scribe

  • Comment on Re: (jeffa) Re: HTML::TEMPLATE question

Replies are listed 'Best First'.
Re: Re: (jeffa) Re: HTML::TEMPLATE question
by daveyboy (Initiate) on Jan 16, 2002 at 02:01 UTC
    Thanks for the help! I see what you mean by the security risk.

    Take care!

    -= DaveyBoy =-