0
votes
0answers
26 views

AjaxFileUpload in Codeigniter Not working

I used this as my reference for my file upload in codeigniter. After fixing everything and apply it to my system, I got one error. As soon as I click submit, it alerts "undefined" so I'm stucked. ...
0
votes
0answers
28 views

Adding CSRF value for codeigniter in Jquery file upload

I am using blueimp jquery file upload and I am having a issue when CSRF protection is set to true. I manage to send all the other ajax request properly but this one does not work. The return value is ...
0
votes
0answers
22 views

jQuery File Upload & codeigniter

Please, I need a complete example of how to use jQuery File Upload with codeigniter. I followed this example ...
0
votes
1answer
326 views

addiing the uploaded file name to database in blueimp fileupload jquery plugin

I am hoping someone has some experience with the blueimp fileupload jquery plugin at : https://github.com/blueimp/jQuery-File-Upload How to add the uploaded file name to database ?
0
votes
0answers
506 views

jquery file upload Error Not Found

I am using jquery file upload with the Codeignitor . I copied the working code and place it in Codeignitor . When i try to upload the file i keep getting this meessage Error Not Found I check on ...