Flash multiple upload doesn't work with CI upload library |
[eluser]Unknown[/eluser]
Hi, I'm trying to do my own multiple file upload form using flash. I have prepared swf and controller. If my action looks like this: Code: public function upload() everything works perfect - the file is uploading. But when i change action to (http://ellislab.com/codeigniter/user-gui...ading.html): Code: public function upload() Furthermore second option works fine with HTML form. I'm a little bit confused. Any ideas?
[eluser]danmontgomery[/eluser]
What does "doesn't work" mean? Are you using swfupload/have you used the debug feature to see what is failing? Have you checked $this->upload->display_errors()?
[eluser]CroNiX[/eluser]
Dont forget also, that flash doesn't pass your sessionid, so if you are using CI sessions and the session ID changes inbetween one of the uploaded files, it will ruin the session. |
Welcome Guest, Not a member yet? Register Sign In |