views:

355

answers:

1

Hi,

Is there the functionality to escape the filename before uploading with Zend_File_Transfer_Adapter_Http.

For example file names such as 'tes file$"f.gif' will cause problems.

Thanks

+2  A: 

Hi , check out "Zend_Filter_File_Rename" i think this is what you are looking for.

ArneRie
http://framework.zend.com/manual/en/zend.file.transfer.filters.html#zend.file.transfer.filters.rename
jason