Welcome Guest, Not a member yet? Register   Sign In
uploadify
#1

[eluser]otn3m3m[/eluser]
Code:
$("#uploadifyit").uploadify({
                            uploader: '<?php echo base_url(); ?>uploadify/uploadify.swf',
                            script: '<?php echo base_url(); ?>uploadify/uploadify.php',
                            cancelImg: '<?php echo base_url(); ?>uploadify/cancel.png',
                            folder: './uploads/raw',  
                            scriptAccess: 'always',
                            sizeLimit: '4194304',
                            multi: true,

I am having some problems with codeigniter and uploadify. I can get it to work locally using Xampp using the above code snippet.

The problem is when include a function and a parameter in the url it doesn't work.

ex: www.mysite.com/ci/controller/function/5

any ideas why?

thanks
#2

[eluser]otn3m3m[/eluser]
Got it to work.

i referenced this excellent post

http://ellislab.com/forums/viewthread/167478/




Theme © iAndrew 2016 - Forum software by © MyBB