Ajax File Upload using Codeigniter

后端 未结 1 1559
萌比男神i
萌比男神i 2021-02-11 08:12

I\'m trying to upload an image using codeigniter and ajax. I already have the ajax method to insert the field values to the DB, what\'s the easiest and simplest way to upload my

1条回答
  •  Happy的楠姐
    2021-02-11 09:10

    I created custom Ajax File Uploader using CodeIgniter, jQuery and Malsup form plugin. Here is the HTML and Javascript/CSS code. It also support multiple file upload and Progress.

    
    
        
            
            
            Ajax UP Bar
            
            
            
        
    
        
    
            
    0%

    In CodeIgniter Controller :

    Hope this helps you. Thanks!!

    0 讨论(0)
提交回复
热议问题