如何使用 jquerymobile 在 ASP.NET MVC3 中创建图片库?
我在 MVC3(Razor) 中开发了一个 Jquerymobile 应用程序,它在移动设备和 desctop 中运行良好。现在我想在这个应用程序中创建图像库,即当我在 Iphone 中打开该应用程序时,我会从 Iphone 库中获取图像进行上传。 .请帮助我如何获取 Iphone 中的所有图片库..
i have develop a Jquerymobile applicataion in MVC3(Razor) it is working fine in mobile devices and desctop.Now i want create image gallery in this app that is when i open the app in Iphone then i get the images from Iphone gallery for uploading..Please help me how can i get all images gallery in Iphone..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
google [其他可用的搜索引擎] 搜索 html 图片库、jquery 库等应该会产生显示图库的相当好的结果。但是,如果您想从手机本身获取照片,那么您需要诸如phonegap之类的东西并为手机创建一个应用程序,以便您可以访问手机本身。
网站无法访问 iPhone 文件,因此当您访问网站时上传框被禁用。
另一种选择是通过 Facebook 进行连接,并允许用户从在线内容中选择一张照片,然后可以将其传递出去,但这只是理论,您需要实际创建一些东西,任何东西,然后当您遇到困难时可能会得到指导,或有问题。
a google [ other search engines available ] search for html image gallery, jquery gallery etc should yeild quite good results for displaying a gallery. however if you want the photo from the phone itself then you need something like phonegap and create an application for a phone so that you can access the phone itself.
there is no way for a website to access iphones files, hence the reason why upload boxes are disabled when you visit websites.
the other options is to hook through facebook and allow users to pick a photo from the ONLINE content, that can then be passed over, however this is theory and you need to actually create something, anything and then maybe get guidance when you are stuck, or have problems.