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.
由于某些原因,我需要在我的网站上添加一个 ajax 图片上传系统。(我不想刷新页面...)
一些 jquery 插件非常好,但我通过 id 将图像存储在我的服务器上,我无法告诉我的服务器(使用这些插件)它必须使用哪个 id。所以我需要一种方法来向我的服务器发送一个 int var ($id),它告诉 upload.php 文件(接收 $_FILE var)它应该存储图像文件的位置。
没关系,我使用了 $_SESSION 变量,所以我可以知道我是哪个 id :D 无论如何谢谢