the value will be empty if the file size  > upload_max_filesize

So change the upload_max_filesize value to match your need :
 - in php.net
 - at runtime ini_set('upload_max_filesize', SIZE_IN_BYTES);

Thomas

On Mon, Jun 2, 2008 at 4:00 PM, Jill Elaine <[EMAIL PROTECTED]> wrote:
>
> This may help:
> http://www.symfony-project.org/forum/index.php?t=msg&&th=9991&goto=40588#msg_40588
> I assume you have already read this?
> http://www.symfony-project.org/cookbook/1_0/upload
>
> Good luck!
> >
>



-- 
Thomas Rabaix
Internet Consultant

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to