如何在 Cappuccino Objective-J 中发送包含文件和文本字段的单个表单
我发现使用 Cappuccino 将文件从用户发送到服务器的唯一方法是使用 https://github 中的 UploadButton 类.com/MCF/FileUpload
问题是 UploadButton 为每个文件创建一个新表单。我需要在单个 POST 请求中发送两个文件和 5 个文本字段。
可以加卡布奇诺吗?
I have found that with Cappuccino the only way to send files from user to server is using the UploadButton class from https://github.com/MCF/FileUpload
The problem is that UploadButton creates a new form for each file. I need to send two files and 5 textfields in a single POST request.
Is it possible with Cappuccino?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以随时下拉至卡布奇诺中的 DOM。我建议你这样做
You can always drop down to the DOM in cappuccino. I suggest you do that