Saturday, January 29, 2011

about divshare

DivShare is an all-inclusive file hosting web site. DivShare allows users to host audio, video, documents and more similar to how they would be stored on a web server. DivShare files are able to be embedded, shared via links and offer different privacy levels, such as password protection, for users looking to utilize the service. In order to sign up for a free account, you provide your e-mail address, confirm that without a day and you are good to go using the DivShare service.

DivShare offers a lifetime filesharing solution as long as your account is active and your files abide by their terms and conditions. You can create folders which help your organize your files, choose your privacy levels and then share files as will in several different ways. You can allow for embedding of files and you can also share links individually. DivShare offers a document viewer and flash player which allow you to share more dynamic file types than other free file hosting services on the Internet. DivShare offers more variety when it comes to sharing files than their competition.








The DivShare API, or application programming interface, allows web developers to interact with DivShare's database to receive info and upload files for use in their own applications.The DivShare API is made up of two main elements — the first is a script on our server that, when you send it the proper queries, will return information about DivShare files and users. This response comes in the form of XML, and should conform to REST standards. The second part of the API is the script that runs on your server, which sends queries to our script and then interprets the response. This is called a client library, and the code will vary depending on the language you use on your server. For the purposes of this documentation, we'll focus on the PHP 4 client created by our own developers.