How to perform the upload with multiple files |
Let me show you mine :
For the View : Code: <input type="file" multiple name="userfile[]" size="20"/> For the controller : Code: $upload['upload_path'] = './uploads/'; Try upload some pics, if the pics you choose goes to 'uploads' folder, you did it If it works for me, it should work for you too :) |
Messages In This Thread |
How to perform the upload with multiple files - by tianhe - 07-29-2016, 02:51 AM
RE: How to perform the upload with multiple files - by Ivo Miranda - 07-29-2016, 04:11 AM
RE: How to perform the upload with multiple files - by rikyperdana - 08-21-2016, 11:08 AM
RE: How to perform the upload with multiple files - by eleumas - 09-13-2017, 07:16 AM
|