peoblem with 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
19:28 UTC
Read the original article
Hit count: 221
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 created 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."
how should i use routing for download these files? someone may help please
thanks
© Stack Overflow or respective owner