Welcome Guest, Not a member yet? Register   Sign In
Problems with upload class
#1

[eluser]Clooner[/eluser]
Hi All,

The upload class worked fine for me before but not on my latest project where I am trying to upload an csv file. I keep hitting the following error: The filetype you are attempting to upload is not allowed.

I am using CI 1.6.3 that includes the csv file as mime type and I also set the upload config with $config['allowed_types'] = 'csv'; and I also set enctype="multipart/form-data" in the form header. and last but not least I call the function using if (!$this->upload->do_upload($fieldname))

Hope someone has some suggestions for me to make this work

Thanks,

Jeroen


Messages In This Thread
Problems with upload class - by El Forum - 07-07-2008, 02:56 PM
Problems with upload class - by El Forum - 07-07-2008, 04:12 PM
Problems with upload class - by El Forum - 07-20-2008, 01:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB