Hello.

How can I make my Zend application download file from other server (given
URL) to local server and save it in given directory and automatically rename
it?

How can I make my Zend app return binary data?
E.g. example.zip has ID 1000 in my application's database and  I want my app
to return example.zip when I type in my address bar
http://localhost/file/download/id/1000
Should I do it by using redirection?

I want my files to have unique names, like 12f3f1aa1b11ec11dd1dd1.zip and
keep in db that this file's original name is example.zip, and when users
will try to download it I want it to return file named example.zip

I hope I didn't wrote it in too complicated way and somebody will understand
and be able to help me :)

Greetings


-- 
View this message in context: 
http://www.nabble.com/Two-questions-about-file-handling-in-Zend-tp21388164p21388164.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to