Multiple Upload
- Single Page
Posted 22 May 2012 - 08:38 AM
is there a way to upload multiple files.
Posted 22 May 2012 - 22:24 PM
Posted 13 May 2013 - 21:53 PM
I need a solutions like that :S
Posted 14 May 2013 - 03:47 AM
hi,
is there a way to upload multiple files.
You can solve your problem by the following way. this is one kind of solution.
1) Controller use this:
$crud->set_field_upload('upload_file_url','assets/uploads/photograph');
$crud->set_field_upload('upload_file_url2','assets/uploads/biodata');
2) Create directory: 'biodata' and 'photograph' at 'assets/uploads' location
3) create two field in your table:
upload_file_url = varchar (255)
upload_file_url2=varchar(255)
4. Now run this.
Posted 14 May 2013 - 05:12 AM
[member=likhon3k] thanks for the post.
It is a solution but you can't really call it a solution for multiple upload can you?
Posted 16 May 2013 - 16:05 PM
Posted 17 May 2013 - 19:41 PM
Posted 20 May 2013 - 23:03 PM
I resolved my problem with
But, when i remove my image,, the thumb continue at directory. How I delete the thumb?