Filemaker:以表单形式获取文件输入 (filemaker pro 6)
如何创建一个 filemaker 表单,用户在其中输入一些个人详细信息并必须选择多个文件进行上传?
我希望它相当于 html 表单中的 。
可以使用 filemaker pro 6 吗?
How can I create a filemaker form where the user enters some personal details and has to choose multiple files to upload?
I want it to be an equivalent to <input type="file">
in a html form.
Is it possible using filemaker pro 6?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
“相当于 html 表单”是什么意思?您的表单可以看起来像您想要的那样,看起来您在布局模式下设计了外观,但您不会编写 html 来在 filemaker 中创建表单(如果这就是您的意思)。
不确定您是否可以在 filemaker 6 中执行此操作,但尝试
3 添加这些脚本步骤
让我知道这是否符合您的要求
what do you mean by "an equivalent to in a html form." your form can look how ever you want it too look you design the look in layout mode but your not gonna write html to create a form in filemaker if thats what you mean.
not sure if you can do it in filemaker 6 but try this
3 add these script steps
let me know if that does what you want
使用存储文件的容器字段。在 FM 6 中,他们缺乏目前拥有的许多功能,并且界面笨重,但它确实有效。
但要小心;一段时间后,您可能会遇到 2GB/文件 FM6 限制(该限制在 7 中消失)。
Use container fields, which store files. In FM 6 they lacked a lot of the features they have currently, and they had a clunky interface, but it works.
Be careful though; you might run into the 2GB/file FM6 limit (which went away in 7) after a while.
这是可能的,包括多文件选择,在FM7+中添加一个插件,ScriptMaster插件可以用来显示一个允许多文件选择的FileChooser。
我不知道有任何插件可以在 FM6 中执行此操作,但请查看 24U SimpleDialog,网址为至少它兼容 FM6。
This would be possible, including multi-file selection, in FM7+ with an addition of a plugin, ScriptMaster plugin can be used to display a FileChooser that allows multi-file selection.
I'm not aware of any plugins that can do this in FM6, but take a look at 24U SimpleDialog at least it's FM6 compatible.