The upload doesn't work if i use controller (index/upload)
Hi
If I use a physical php file, lets say upload.php file it works, but if I copy the script into controller and specify the url as index/upload(controllername/actionname), it doesn't work in my zend framework application.

Please help me