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-tp19802731p19802731.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to