Hey friends.. this is my problem.. I want to do thinds in ZF style so I did like this:
SWFUpload.onload = function () { var settings = { flash_url : baseUrl + "/js/swfupload/swfupload.swf", upload_url: baseUrl + "/controller/upload", // the upload action of my controller ... and nothing.. it seems like I have to point to a real file. In fact, if I do like this: SWFUpload.onload = function () { var settings = { flash_url : baseUrl + "/js/swfupload/swfupload.swf", upload_url: baseUrl + "/upload.php", // Upload file ... it works great! What I'm missing? Well... if you did it, please let me know how. thanks -- View this message in context: http://www.nabble.com/SWFUpload-with-Zend-tp19802731p21005609.html Sent from the Zend Framework mailing list archive at Nabble.com.