在iphone移动应用程序中,当允许用户上传视频时,应用程序会将该视频保存在文件系统中,并将该名称保存在数据库中。我的问题是,我将如何/可以在移动应用程序的网站版本上访问该视频。如果可能的话,我想避免使用任何web服务或wcf。
采用步骤格式:
1. On iPhone app, user uploads video from photo library.
2. That video is then saved to file system and name is stored in database.
3. (?)User can then go online to website version of the app and see his/her videos that he/she had uploaded from their iPhone.(?)
如何访问文件系统? bc不是应用程序中的本地文件系统吗?我打算通过mvc app c#
访问它