* Cees Hek <[EMAIL PROTECTED]> [2005-04-25 19:44]: > 2. Write your own implementation of tmpFileName that works with > CGI::Simple. This could be done by creating a subclass of CGI::Simple > (maybe call it My::CGI::Simple), and then creating a method called > tmpFileName that accepts the name of the upload field, and will return > the name of a temporary file that points to the location of the > uploaded file. The documentation says at http://search.cpan.org/~jfreeman/Cgi-Simple-0.077/Simple.pm#Upload_Related that CGI::Simple has tmpFileName so I am not sure if D::FV::Constraints::Uploads should be changed or if it is my configuration problem or a problem of CGI::Simple.
> 3. Just use CGI.pm which works with everything... I know it is a big > beast of a module, but it is included in the core perl distribution, > and all modules that need CGI style parameters support it. Yes, I like it too. The reason I do not use CGI is its unresolved bug mentioned by Mark Stosberg on cascade-dataform list http://sourceforge.net/mailarchive/message.php?msg_id=7275077 and CGI list: http://groups.google.com/groups?selm=83ca080.0402281631.368cd433%40posting.google.com CGI::Simple hasn't this problem and it made me use it in my mod-perl and C::A environment. Thank you for your help. Wojciech Pietron --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
