Welcome Guest, Not a member yet? Register   Sign In
You did not select a file to upload.
#1

[eluser]Unknown[/eluser]
Hi All,

I am new about CI and i am trying to upload a file using CI. But it shows an error "You did not select a file to upload." I check the post max size file on my server and it is ok. Anyone could help me regarding this.
#2

[eluser]Dam1an[/eluser]
Hi, welcome to CI
You're going to have to post some code so we can see whats going on
One potential cause that comes to mind is, you didn't name the file upload field correctly (as stated in the user guide, or didn't specify another field name) but can;t be sure of this till you show some code
#3

[eluser]Evil Wizard[/eluser]
Have you looked at the name of the input field? File Uploading Class

if your html form has
Code:
<input type="file" name="my_uploaded_file" />
then in the php you need
Code:
$this->upload->do_upload('my_uploaded_file');




Theme © iAndrew 2016 - Forum software by © MyBB