download file on zend framework
Posted
by user1400
on Stack Overflow
See other posts from Stack Overflow
or by user1400
Published on 2010-05-08T15:27:21Z
Indexed on
2010/05/08
15:38 UTC
Read the original article
Hit count: 201
hello all
i am using upload files to server in my application, it works fine , i want other users could download these file ,but i get error
i create a upload folder in public folder and i upload my files in upload folder
now when i create a link (<a href="http://mytest/public/1.jpg">download image</a>
) to these files
i get error "The requested URL /public/upload/1.jpg was not found on this server."
any one may help please?
thanks
© Stack Overflow or respective owner