![]() |
Error uploading file pdf - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: Error uploading file pdf (/showthread.php?tid=1543) |
Error uploading file pdf - gloton - 03-19-2015 Sorry, I do not speak English, but I have a question. I need to upload one file only with extension pdf. My problem is only using browser firefox, i not have problem using chrome. My code is Code: public function uploadFile() RE: Error uploading file pdf - techbat - 03-19-2015 You made some misconfiguration in upload method code,
see below correct sample code PHP Code: function uploadFile() { Probably solution would be work for you ![]() RE: Error uploading file pdf - Avenirer - 03-20-2015 If it works with one browser and not with the other, then the problem must be the browser (or the form where you upload the files) RE: Error uploading file pdf - gloton - 03-22-2015 This is my example url test http://localhost/CodeIgniter-2.2.1/uploads/do_upload https://mega.co.nz/#!gVVnyCTY!hcGjm4YHInrEypwx5CeUZH87UaNaRR1NjTXp8ehzzrg In google chrome all ok.. I don't understand why not it works in firefox (last version), How is it possible?. ![]() Any idea? or some alternative? |