Welcome Guest, Not a member yet? Register   Sign In
Upload problem
#2

[eluser]gunter[/eluser]
Code:
$config['upload_path'] = 'http://localhost:8888/PDCRARE/images/';

bad boy! you cannot use a http: adress as upload path... instead use something like...
Code:
"./PDCRARE/images/"
thats an example... I donĀ“t know where your directory is...
normally, if you are using this:
Code:
$config['upload_path'] = './uploads/';
then your upload folder is in the same folder like the index.php file


Messages In This Thread
Upload problem - by El Forum - 09-18-2009, 08:30 AM
Upload problem - by El Forum - 09-19-2009, 11:29 AM
Upload problem - by El Forum - 09-19-2009, 12:06 PM
Upload problem - by El Forum - 09-21-2009, 04:10 AM
Upload problem - by El Forum - 09-21-2009, 05:12 AM
Upload problem - by El Forum - 09-22-2009, 02:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB