简体   繁体   English

有什么方法可以在Windows Phone 8中将cloudinarydotnet或Cloudinary用于.net nuget程序包

[英]Is there any way to use cloudinarydotnet or Cloudinary for .net nuget package in Windows Phone 8

I want to Upload Images Captured by CameraCaptureService(Cimalino.Phone.Toolkit.Camera) in windows Phone 8 to Cloudinary , I tried to use CloudinaryDotNet Nuget package but it doesn't Support windows Phone 8 . 我想将Windows Phone 8中CameraCaptureService(Cimalino.Phone.Toolkit.Camera)捕获的图像上传到Cloudinary,我尝试使用CloudinaryDotNet Nuget包,但它不支持Windows Phone 8。 So i tried to use the Cloudinary Nuget Package , it got Installed but can't use the reference in the project . 因此,我尝试使用Cloudinary Nuget软件包 ,该软件包已安装,但无法在项目中使用引用。 Is there any alternative way to Upload the images to Cloudinary 是否有其他方法可以将图像上传到Cloudinary

Seems like the Windows Phone Helper Class has made it possible for images to upload to Cloudinary . 似乎Windows Phone帮助程序类使图像可以上传到Cloudinary

Additional reference: 附加参考:

Win Phone 8 / Asp .Net Web API Image Upload Win Phone 8 / Asp .Net Web API图像上传

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 忽略csproj文件中nuget包的所有警告的任何方法 - Any way to ignore all warnings of a nuget package in csproj file 在Windows 8和Windows Phone 8中使用数据库的正确方法 - Correct way to use databases in Windows 8 and Windows Phone 8 有什么方法可以在Windows Phone 8中等待IAsyncResult吗? - Is there any way to await an IAsyncResult in Windows Phone 8? 有没有办法在Windows Phone中发送带有附件的电子邮件 - Is there any way to send email with attachment in windows phone Windows Phone 8模拟器是否可以进行网络跟踪? - Is there any way for network tracing for Windows Phone 8 emulator? 有什么更好的方法来解决使用json.net的Windows Phone中的错误处理? - Any better way to solve the error handling in windows phone using json.net? 如何使用.Net Core nuget包中的可执行文件? - How to use executable file from .Net Core nuget package? 有什么方法可以监视Windows Phone 7上的电话信息? - Is there any way to monitor phone call info on Windows Phone 7? 有没有办法在没有 nuget package 的情况下使用 Microsoft.CodeDom.Providers.DotNetCompilerPlatform? - Is there a way to use Microsoft.CodeDom.Providers.DotNetCompilerPlatform without a nuget package? 我应该使用 System.Net.Http Nuget 包吗? - Should I use the System.Net.Http Nuget Package?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM