Hi everybody,
I am working on a web application using Symfony and I just installed CKEditor and CKFinder. I use it in a form for filling a message. I need to let users to add attachments to their messages, so I have two tables for that: "File" and "Message". I would like to know if I could save files path uploaded by users with ckfinder in the database in the table "File".
Sorry for my English.
I am working on a web application using Symfony and I just installed CKEditor and CKFinder. I use it in a form for filling a message. I need to let users to add attachments to their messages, so I have two tables for that: "File" and "Message". I would like to know if I could save files path uploaded by users with ckfinder in the database in the table "File".
Sorry for my English.
Re: Insert files in a database