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
January 24, 2010 - 7:19pm
Suggestions:
1. Are you using a Mac Client? It does not like redirects (302) used by many MVCs. Using the direct access usually works for SWFUpload
2. Does your controller return a 200 status? If not you can use the http_success setting (but if you use a status other than 200 you will not get serverData in the uploadSuccess event).
3. Do a packet sniff of the transaction to verify what is going on between SWFUpload and the server. Check your server error logs, etc.
Please don't cross post