I am beginner with php.
I found out that the best tool to work with MySQL database and files is php.
So I need to get file from 'file_name'
<input type=file name="file_name">
and to save this file into another place. For example at d:/folder/
Tell me please how can I do it in php. Or there is another way to solve this issue