如何制作类似“网络邮件”的文件附加/上传

发布于 2024-07-24 09:08:02 字数 183 浏览 11 评论 0原文

我想用各种网络邮件界面中常见的行为来实现文件上传。 我在这里的意思是,通过打开文件对话框选择附件(一个或多个),然后它们的名称出现在(例如)带有消息正文的文本区域下。 并且只有添加附件并在提交表单时上传的信息。 我知道它会包括 AJAX 也许一些服务器端脚本,但我完全不知道在哪里以及如何搜索这种机制的示例。

提前致谢

I want to implement file uploading with behaviour which is commonly seen in various kinds of webmail interfaces. I mean here that attachment (one or more) are selected by open file dialog and then their names are apearing under (for example) text area with body of message. And there is only info that attachment is added and it be uploaded when form is submitted.
I know it would include AJAX maybe some server side scripts, but I have completly no idea where and how search examples of such kind of mechanism.

thanks in advance

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

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

发布评论

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

评论(2

尘世孤行 2024-07-31 09:08:02

请参阅 is-it-possible-to-ajax-a-file-upload

标准浏览器 + Javascript 是不够的,需要额外的帮助。 浏览器插件(如 flash)和服务器端支持的组合。 在应用程序正在使用(或考虑)的 Web 框架内寻找解决方案。

See is-it-possible-to-ajax-a-file-upload.

Standard browser + Javascript is not enough, extra help is needed. A combination of browser plugin like flash and server-side support. Look for a solution within the web frameworks that the application is using (or considering).

若言繁花未落 2024-07-31 09:08:02

AJAX 不是必需的,Javascript 也不是必需的。 仅具有 的表单。 您的服务器必须处理结果,但这显然取决于您使用的语言。

AJAX is not a requirement, neither is Javascript. Only a form with an <input type="file">. Your server has to process the result though which obviously depends on the language you're using.

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