Codeigniter & HTML5 - Trying to Upload Multiple Images at Once

后端 未结 3 917
难免孤独
难免孤独 2020-12-09 13:59

View Looks Like This


        

        
3条回答
  •  天命终不由人
    2020-12-09 14:33

    The loop you need:

    for($i=0; $i

    Note that is doesn't use the CI upload class, but plain PHP, which I usually find easier to work with instead of the CI's class.

提交回复
热议问题