Welcome Guest, Not a member yet? Register   Sign In
Upload has issue with some files "You did not select a file to upload"
#12

[eluser]pck76[/eluser]
in my case, I solved the issue by using a relative upload path, so instead of:

Code:
$config['upload_path'] = base_url() . "/blogimg";

I have used:
Code:
$config['upload_path'] = "./blogimg";

and this way it works.


Messages In This Thread
Upload has issue with some files "You did not select a file to upload" - by El Forum - 04-22-2010, 04:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB