Hello,
I want to add option to upload a file in my database. I read many places that attachment is not so good option. Also I don't like adding as attachment because it'll increase database size because file size may be as large as 20mb. What could be better way to do that. I think of adding upload option through a form which store the file in a sub-folder of backend folder. Then linking that file to the record for which it was uploaded but problem is I don't know how to do it.
Best Regards
Abdullah
I want to add option to upload a file in my database. I read many places that attachment is not so good option. Also I don't like adding as attachment because it'll increase database size because file size may be as large as 20mb. What could be better way to do that. I think of adding upload option through a form which store the file in a sub-folder of backend folder. Then linking that file to the record for which it was uploaded but problem is I don't know how to do it.
Best Regards
Abdullah