将文件上传到服务器的特定路径

发布于 2024-08-09 08:23:35 字数 43 浏览 2 评论 0原文

在 Flex 中,我想从本地系统上传特定文件到服务器。该怎么做? 谢谢。

In Flex i want to upload a particular file to server form local system.how to do it?
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟织青萝梦 2024-08-16 08:23:35

如果不使用 FileReference.browse() 后跟 upload(),就无法上传文件。如果可能的话,那就意味着网页可以在用户不知情或不同意的情况下从用户的计算机上读取任何文件。

你能想象这样做的后果吗?

You cannot upload a file without using FileReference.browse() followed by an upload(). If it was possible, that would mean that a webpage can read any file from the user's machine without his knowledge or consent.

Can you even imagine the consequences of that?

初见 2024-08-16 08:23:35

如果您要发送一些图像或文本,则可以上传 byteArray。 http://developer.amazonwebservices.com/connect/thread.jspa?messageID= 76422

You can upload byteArrays though if you are sending some images or texts. http://developer.amazonwebservices.com/connect/thread.jspa?messageID=76422

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文