#TANYA_CI mas ada yang pernah buat upload file pakai plugin - TopicsExpress



          

#TANYA_CI mas ada yang pernah buat upload file pakai plugin dropzone? ane buat tapi kok $_FILES[file] jadi undefined ya? padahal di tutorialnya tinggal ambil var dari $_FILES[file].. ini code di controllers/uploads.php gan... $tmp = $_FILES[file][tmp_name]; $name = $_FILES[file][name]; $direktory = base_url().uploads/.date(Y/m); $transfer = move_uploaded_file($tmp, $direktory./.$name); if ($transfer) { $source = $direktory.$name; $this->library->load(image_lib); $imgdata = array( array(width => 100, height => 100), array(width => 150, height => 150), array(width => 300, height => 225), array(width => 310, height => 200), array(width => 343, height => 220), array(width => 604, height => 345), array(width => 604, height => 453), array(width => 704, height => 390) ); $resize = array(); foreach ($imgdata as $r) { $resize = array( width => $r[width], height => $r[height], quality => 100%, source_image => $source, new_image => $direktory.$r[width].x.$r[height].-.$name ); $this->image_lib->initialize($resize); if (!$this->image_lib->resize()) { die($this->image_lin->display_errors()); } } } mohon pencerahan...
Posted on: Sat, 16 Aug 2014 09:42:12 +0000

Trending Topics



Recently Viewed Topics




© 2015