Re: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file?

2010-02-11 Thread Thomas Weidner
Framework http://www.thomasweidner.com - Original Message - From: Cameron themsel...@gmail.com To: Zend Framework - General fw-general@lists.zend.com Sent: Thursday, February 11, 2010 4:48 AM Subject: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full

Re: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file?

2010-02-11 Thread Cameron
themsel...@gmail.com To: Zend Framework - General fw-general@lists.zend.com Sent: Thursday, February 11, 2010 4:48 AM Subject: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file? The subject says it all - I'm not really sure what I'm doing

Re: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file?

2010-02-11 Thread Thomas Weidner
- Original Message - From: Cameron themsel...@gmail.com To: Zend Framework - General fw-general@lists.zend.com Sent: Thursday, February 11, 2010 9:40 AM Subject: Re: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file? I hadn't ever turned

Re: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file?

2010-02-11 Thread Cameron
@lists.zend.com Sent: Thursday, February 11, 2010 9:40 AM Subject: Re: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file? I hadn't ever turned on ValueDisabled, but even so I just set it to false, $element-setValueDisabled(false

Re: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file?

2010-02-11 Thread Cameron
Element problem - getValue() returns null, but getFileName() returns full path and file? I hadn't ever turned on ValueDisabled, but even so I just set it to false, $element-setValueDisabled(false). And the code comes directly after an isValid. In its original context

Re: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file?

2010-02-11 Thread Thomas Weidner
http://www.thomasweidner.com - Original Message - From: Cameron themsel...@gmail.com To: Zend Framework - General fw-general@lists.zend.com Sent: Thursday, February 11, 2010 10:22 AM Subject: Re: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full

Re: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file?

2010-02-11 Thread Cameron
...@gmail.com To: Zend Framework - General fw-general@lists.zend.com Sent: Thursday, February 11, 2010 10:22 AM Subject: Re: [fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file? oops - to clarify, if you var_dump on $values, $values['image

[fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file?

2010-02-10 Thread Cameron
The subject says it all - I'm not really sure what I'm doing wrong, but this is really odd. This is on ZF 1.9.5 on the Beta Zend Server 5.0.3 btw... I have a basic file field in my form, and it all works perfectly well - calling getValues() on the form moves the file in to the correct location,