![]() |
Create folders - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Create folders (/showthread.php?tid=41300) |
Create folders - El Forum - 05-04-2011 [eluser]Zimooon[/eluser] Hey guys , i did a little code to create folders . here is the controller snippet: Code: function createfolder() and here is the loaded view: Code: <p><?php echo form_open('image/createfolder' ); ?> </p> The folder doesn't get created. I work atm on localhost. maybe chmod ? or coding fails? best regards Create folders - El Forum - 05-04-2011 [eluser]Sudz[/eluser] Have you set FTP Preferences . or missing this setting Code: $config['hostname'] = 'ftp.example.com'; Create folders - El Forum - 05-05-2011 [eluser]Zimooon[/eluser] Hi Sudhakar Prajapati , Thanks for the hint, i got the setting but the setted folder was the wrong ![]() best regards |