0

我在 Windows 8 和 Visual Studio 2012 中使用 phone gap 2.2 创建了一个窗口商店(javascript)项目。

我需要创建一个页面,它将音频文件发送到服务(范围外)。该音频文件将由用户在运行时选取。

请建议我如何使用 javascript 选择文件,如果不可能,请建议我如何创建 ac# 模块并将其包含在我的 javascript 项目中

谢谢阿米特

4

1 回答 1

0

似乎文件选择器示例(JavaScript)是您正在寻找的

该示例演示了这些任务:

Let the user pick one file to access

Uses the FileOpenPicker . PickSingleFileAsync method to call a file picker window and let the user pick a single file. For a walkthrough of this task, see Quickstart: accessing files with file pickers.

如果您仍想包含一些 C# 模块,请查看以下内容

演练:在 C# 或 Visual Basic 中创建一个简单的组件并从 JavaScript 调用它

于 2012-12-24T13:51:00.097 回答