-1

我是RoR的用户,我的英语不太好。

在我的 Web 应用程序中,我想在单击链接时在 explore(windows) 或 finder(mac) 中打开特定文件夹。

这个怎么做?

我尝试了这些,但它们没有按预期工作。

我用haml写的。

%a{href: "file:///c:¥SAMPLE¥Sample_bar.png", target: "_blank"} click here!
%a{href: "file://localhost/c|¥SAMPLE¥Sample_bar.png", target: "_blank"} click here!
%a{href: "file:///c|¥SAMPLE¥Sample_bar.png", target: "_blank"} click here!
%a{href: "file://localhost/c:¥SAMPLE¥Sample_bar.png", target: "_blank"} click here!

%a{href: "file:///C:¥SAMPLE¥Sample_bar.png", target: "_blank"} click here!
%a{href: "file://localhost/C|¥SAMPLE¥Sample_bar.png", target: "_blank"} click here!
%a{href: "file:///C|¥SAMPLE¥Sample_bar.png", target: "_blank"} click here!
%a{href: "file://localhost/C:¥SAMPLE¥Sample_bar.png", target: "_blank"} click here!

你能帮我吗?

4

1 回答 1

0

使用file_field标签,multipart表单带有 html 选项

于 2013-11-14T04:05:59.010 回答