Send attached files (cv, diploma,...) in php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

27th Sep 2021, 3:25 PM
Abdugaffor Erkinboev
Abdugaffor Erkinboev - avatar
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
27th Sep 2021, 4:17 PM
Aleksei Radchenkov
Aleksei Radchenkov - avatar