Browse by Tags

  • Flash Uploader Wanted

    Hi all, I know Barry is very busy helping all of us so I'd rather let him help people for real issues (like the one crazymerlin has) than bothering him on some requests that are not really urgent :-) To cut a long story short, I am looking for a working flash uploader to Nirvanix, so that I can replace...
    Posted to Support Issues and Questions (Forum) by mmania on 07-01-2008
  • Custom Variables in the Upload process

    Hi all, not sure if there's an easier way or if I am totally on the wrong path, but this is what I could come up when looking at how to improve the current upload feature for my web application. This is linked to my previous post ( http://developer.nirvanix.com/forums/t/314.aspx ) around the ItemID...
    Posted to Support Issues and Questions (Forum) by mmania on 06-26-2008
  • Re: File Overwrite

    You can overwite existing files by calling GetStorageNodeExtended and passing true to the fileOverwite parameter. You can find more detail about this call here: http://developer.nirvanix.com/sitefiles/1000/API.html#_TocGetStorageNodeExtended Regards, Barry R.
    Posted to Support Issues and Questions (Forum) by BarryR on 06-09-2008
  • Re: How to Design a Nirvanix Video Sharing App

    Hi, I am about 80% complete on a complete video sharing system that uses the CDN and here are a few points I considered when I designed the system. UPLOADING The upload was the first thing I thought about...uploading to your server before the CDN is not ideal because the purpose of the CDN (in my case...
    Posted to Support Issues and Questions (Forum) by CrazyMerlin on 05-29-2008
  • Re: How to Design a Nirvanix Video Sharing App

    Barry, I guess I have to upload it to my app server and then upload it to Nirvanix if I don't want to put my upload token in plain sight.
    Posted to Support Issues and Questions (Forum) by bej34 on 05-29-2008
  • ItemID - usage in upload method

    Hi all, it would be great if the upload method was enhanced with the ItemID as part of the response, i.e. and additional GET parameter to the current NVX.returnCode and NVX.errorMessage. My process currently looks like this: HTTP upload from browser Callback URL performs operations on the uplaoded file...
    Posted to Support Issues and Questions (Forum) by mmania on 05-01-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: How to upload file with http post on ruby on rails

    This code i used to upload video on my ROR app: <h5>Upload File(s) In Folder <%= @folder_name%><h5> <form ENCTYPE="multipart/form-data" action="http://<%= @node%>/Upload.ashx" method="post"> <p><input type="hidden" name="uploadToken"...
    Posted to Ruby (Forum) by Dana_adiputra on 04-16-2008
  • Important - Doc wrong on callbackURL for Upload

    I thought I was having one of my Homer Simpson moments again, but this time it's a doc error... NVX.absolutePath a string describing the absolute path of the file that was uploaded. should be NVX.filePath a string describing the absolute path of the file that was uploaded. ciao Luca
    Posted to Support Issues and Questions (Forum) by mmania on 04-11-2008
  • Re: Python API

    I have the entire API wrapped and working with approximately 40% unit test coverage. The only piece that is left is the upload which is at about 70% completion. I will try to get more of this done when possible. Regards, Barry R.
    Posted to Python (Forum) by BarryR on 04-09-2008
Page 1 of 4 (34 items) 1 2 3 4 Next >