0

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 internet and its says path issue where as i can access the file with that path in codeignitor my form has this value for action

<form id="fileupload" action="<?php echo base_url()?>public/assets/jquery-file-upload/server/php/index.php" method="POST" enctype="multipart/form-data">

and in firebug i can see the full path in the action attribute .

4

0 回答 0