Closed TomPastyrik closed 10 years ago
Thanks for your advice, definitely it is planned. However I'm abroad and don't have notebook with IDE here. So if you want is now, please create pull request. If you don't need it now, I'll do that in month (or two :-) ).
For quick reference link to Ciki's implementation: https://github.com/Ciki/MFU/tree/master/app/components/MultipleFileUpload/Models/SQLite3
Since Sqlite is really old technology, I would add support for Sqlite3, as did @Ciki in his fork (https://github.com/Ciki/MFU). Sqlite version is not being supported or is less stable then Sqlite3, since this newer version is out.
So forcing user to add another dependency (Dibi) is not really nice :) If requested, I can prepare a pull, but adding tis feature should not be very hard since it has been already implemented by @Ciky.