Hello,

I have written a little app with Symfony 1.1. A form in this app
offers the opportunity to upload files.
The form field containing the file is called 'mainfile' and the target
path in which the file is to be stored is $temoignage. In my action, I
move the file by doing:

$this->getRequest()->moveFile('mainfile', $temoignage);

This works fine... except when the filename contains spaces (for
example 'my file.mp3') In this case, nothing happens on the user side
(the process seems to go fine) and there is no special message neither
in Symfony log file nor in Apache ones. However, the file is not
copied at all.

Is it possible to fix this problem?

Best regards

Benoit Lacherez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
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