[eluser]kane.zach[/eluser]
Hey all,
I'm going insane at the moment trying to figure this incredibly low level problem. I've been messing with image uploading elsewhere and things are going smoothly.
Now, just to start out on a new project, I've got up the basic CI File Upload views and controller, precisely from the User Guide (except for the max_size var so I don't have to look for tiny files during testing). I have an uploads dir in my public html set to 777. I've checked my php.ini and file_uploads is ON, max_file_uploads is 20 and upload_max_filesize is 2M. None of the files I'm testing with are close to that size. upload_tmp_dir has no value (if this means something with respect to this?)
Once I submit I just get back the upload_form with the error 'you did not select a file to upload', obviously following the controller's control statement.
Does anybody have anything else I can check or alter? It's late so maybe I left something out but at the moment I'm stumped and it's infuriating!