For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > January 2005 > Re: [PEAR] HTML_QuickForm not displaying file fields









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PEAR] HTML_QuickForm not displaying file fields
Alexey Borzov

2005-01-13, 8:58 pm

Hi,

Michael DePetrillo wrote:
> I am having a strange problem with HTML_QuickForm. I created a one page
> form that works fine except for the fact that it won't display any of the
> file upload fields. Has anyone heard of a problem like this before? If so
> what is the problem and how was it fixed? Also I would appreciate any input
> on debugging something like this. No error messsages are being thrown and
> everything else works fine so its a bit difficult trying to narrow this
> problem down.


Your browser probably has a "View Source" command or something.

In case that didn't help, you can add the following call to the start of you
script (after you include QF):
PEAR::setErrorHandling(PEAR_ERROR_DIE);

That will probably help you find the actual typo you made in your script.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com