Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的网站上制作了一份注册表,我需要让注册的人上传他的简历
<input type="file" id="file" name="file_cv" />
我需要当他上传文件时将文件发送到服务器并返回一个链接,以便它可以作为字符串放入数据库
返回链接?它不能那样工作...您可以使用 move_uploaded_file 函数将传入的临时文件移动到您选择的目录并使用文件名将其存储到数据库...