peoblem with download file on zend framework
- by user1400
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