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.
我有很多文本框的 html 表单,以及三个可选的图像上传。
我怎样才能制作ajax:
1) 将图片保存在服务器文件夹中[例如:./MyImages]
2) 保存图片时,它们的 URL 和所有其他文本框数据都会保存到 mysql。
谢谢你
您可以使用Ajax 表单使用 ajax 发布数据和文件。
然后在您的 php 文件中,您可以将图像保存到一个目录中,请参阅:移动上传的文件,然后将文件名保存到您的数据库。
因此,您可以使用您的网站 url、目录名和文件名来访问该 url。