0
Send attached files (cv, diploma,...) in php
Hello, how to send attached files (cv, diploma,...) in php form and write out them to db
1 Answer
+ 2
Here is a tutorial on how to upload files with PHP:
https://www.w3schools.com/php/php_file_upload.asp
It is also not to hard to insert files to db but it wouldnt be a good practice. It is better to store files as files. Data bases commonly have limited memory for fields and it wouldnt commonly be able to store files which are larger than ~250Kb