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

[eluser]Unknown[/eluser]
[quote author="prato" date="1255573147"]Hey, there!

just a comment. The error message "You did not select a file to upload" occurs when you didn't set the field name of your image

like

Code:
$this->upload->do_upload();

the correct code is

Code:
$this->upload->do_upload("field_name");
[/quote]

I solve the same problem with this answer,thanks.


Messages In This Thread
Upload has issue with some files "You did not select a file to upload" - by El Forum - 12-17-2009, 03:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB