Welcome Guest, Not a member yet? Register   Sign In
jquery is not working with blueimp upload
#11

[eluser]weboap[/eluser]

you have issues setting your config (base_url())
Code:
<link rel="stylesheet" href="<?php echo base_url()?>css/style.css">

or
another way
Code:
<head>
<base href="<?php echo base_url()?>" />
</head>

//then leave
<link rel="stylesheet" href="css/style.css">


read the guide and watch some tutorials before you go any farther.

http://net.tutsplus.com/tutorials/php/co...ay-8-ajax/

http://codeigniter.com/wiki/Category:Help::Tutorials

Note: this is an answer for thread :
following back from http://ellislab.com/forums/viewthread/218279/
@bill19 : @InsiteFX above already answered your question.




Theme © iAndrew 2016 - Forum software by © MyBB