如何在c#中上传文件(4shared,mediafire ..) [英] How to upload file on (4shared, mediafire..) in c#

查看:92
本文介绍了如何在c#中上传文件(4shared,mediafire ..)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨伙计们。

i想上传文件到4shared或者mediafire但是我不知道怎么做c#!

可以任何机构给我源代码来指导吗?

非常感谢:):x

解决方案

您只需要一个云存储(因为您不确定是否使用4Shared或MediaFire)。您可以查找其他选项,我使用过 Dropbox API [ ^ ],这对我来说非常方便。



C#是一种编程语言,而不是连接服务和上传文件的软件应用程序。您需要包,命名空间和库来使C#按您希望的方式工作。对于4shared,请阅读他们的开发人员指南,并在以下网址了解有关其API的更多信息: http://www.4shared.com/developer/ [ ^ ]



MediaFire是相同的,您只需要访问他们的API以在您的C#应用​​程序中使用。他们的API和开发人员指南列于: https://www.mediafire.com/developers/ [ ^ ]。过程是相同的,阅读开发人员指南的文档,注册自己作为开发人员,注册您的应用程序并按照步骤将API集成到您自己的C#应用​​程序中。他们已经有了一个源代码示例。 :)

hi guys.
i wanna upload file to 4shared or mediafire but i dont know how to do that by c#!
can any body give me source code to guide?
Thanks a lot :) :x

解决方案

All you need is a cloud storage (because you are not sure of whether to use 4Shared or MediaFire). You can look for other options, I have used Dropbox API[^], which was convenient for me a lot.

C# is a programming language, not a software application to connect to services and upload files. You require packages, namespaces and libraries to make C# work the way you want it to. For 4shared, please read their developer guides and learn more about their API at: http://www.4shared.com/developer/[^]

MediaFire is same, you just need access to their API to be used in your C# application. Their API and developer guides are listed at: https://www.mediafire.com/developers/[^]. The process is same, read the documentation for guide for developers, register yourself as developer, register your application and follow the steps to integrate the API in your own C# application. They would have a source code example for you already there. :)


这篇关于如何在c#中上传文件(4shared,mediafire ..)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆