Hi I've made made SWFUpload work as well. Make sure you start with a classic HTML-upload form that post the file to your ZF controller/action - in this way you can easily debug your upload action. And when that works - start putting up the SWFUplaod.
./ask teleki wrote: > > Hi, > Has anybody tried to use SWU upload (http://code.google.com/p/swfupload/) > with Zend?? I have no problem using either Zend Framework or SWU > separately, however when trying to integrate the two, I have problem > specifying the upload_url, which would point to the Action that would > process the upload. > I used both absolute and different relative path to point to the right > action, but it wouldn't find it: > e.g.: > upload_url = /path/to/control/action or > upload_url = www.blabla.com/control/action > etc... > What ever way I specify my action never gets invoked. > > In none zend framework you would say: > upload_url = upload.php > and it would work correctly... > > Thank you, > Monika > > > > using on a project which is set up with Zend Framework structure, when I > specify the > upload_url when initializing the setting for SWU, it does not find my php > file. > I tryed to give both absolute and relative urls, like: > > /path/to/control/action or www.blabla.com/control/action... but my action > is not invoked... > > > -- View this message in context: http://www.nabble.com/SWFUpload-with-Zend-tp19802731p21008888.html Sent from the Zend Framework mailing list archive at Nabble.com.
