Browse by Tags

  • Re: Download partial file using Content-Range

    The problem with your request was your header name. The Content-Range is returned to you telling you what was downloaded. The only time Content-Range would be used by you would be in a Partial file upload. The Range request is what you are looking for as show below: [quote] Range: 2-3\r\n\ -- EDIT -...
    Posted to Support Issues and Questions (Forum) by BarryR on 05-05-2008
  • File Corruption...

    Hello, I am experiencing a very strange (and very worrying) issue. I uploaded some files via my application and all was working fine (upload & download) for quite some time now. Recently I have uploaded some files that once downloaded give me a "file corrupted" error. I tried to upload...
    Posted to Support Issues and Questions (Forum) by mmania on 04-16-2008
  • Re: Sharing Files with selected accounts

    Hi Barry, I had a look at freedrive.com, but the concept I have in mind is different. I don't think a full group based permission is necessary, it could be an enhancement to the existing methods. Imagine you have a closed community of people sharing files, e.g. high quality images (just an example...
    Posted to Support Issues and Questions (Forum) by mmania on 03-27-2008
  • Handle large thumbnail sets

    What would be the best way of handling a relatively large list of thumbnails being passed to the browser (20 - 50) at one time? Loading the whole set via services node really seems to slow things down, aka: http://services.nirvanix.com/app/folder/thumb1.jpg http://services.nirvanix.com/app/folder/thumb2...
    Posted to Support Issues and Questions (Forum) by AdamB on 01-22-2008
  • API - GetOptimalUrls - incorrect name for consumerIP

    I was playing with the filesystem application for PHP and I was trying to restrict the download to an IP I noticed that in the call the parameter was called restrictedIP while in the API documentation it was called consumerIP I think is an error in the doc as in the file system application the restrictedIP...
    Posted to Support Issues and Questions (Forum) by mmania on 01-22-2008
  • Maximum upload / download throughput?

    Hello, I've just signed up a Nirvanix account and started some programming. I tried to use Java SDK but it doesn't seem to work so I wrote my own one and it just works fine. I am using REST method for now. However, upload throughput is not really as good as I expected. It's just about 4KiB...
    Posted to Support Issues and Questions (Forum) by trustin on 12-29-2007
  • Re: HTTP Get

    After some experimentation we have a fix. Since we offer the ability to modify the file headers by passing disposition=attachment or disposition=inline we also allow setting additional information in this same request. The idea is to add to the headers from the same interface. Some examples are below...
    Posted to Support Issues and Questions (Forum) by BarryR on 12-11-2007
  • Re: http://services.nirvanix.com/ws/Transfer.asmx?op=UploadFile FAIL

    Additionally you should be getting this from the GetStorageNode call located in the IMFS namespace. Since the upload and download nodes can change based on the size of the file being uploaded or the availability of a server. More information is available at: http://developer.nirvanix.com/sitefiles/1000...
    Posted to Support Issues and Questions (Forum) by BarryR on 10-17-2007
  • Re: session tokens

    You are looking for GetDownloadLinks this will generate a token that lasts for a period of time. This method takes one or more paths (Array), the Expiration time in seconds and optionally the IP Address to restrict the download to. After expiration you can no longer download the file and instead will...
    Posted to Support Issues and Questions (Forum) by BarryR on 10-05-2007
  • Re: File System Browser Example Code Problems

    Sorry for the delay on the reply, we had to get the sample updated from the last release. You can download the File System Manager again and the MetaData rename has been fixed. [quote user="davidweatherall"]but now can see that folders within folders are not being transferred properly with...
    Posted to C# (Forum) by BarryR on 09-24-2007
Page 1 of 2 (12 items) 1 2 Next >