All Tags » upload (RSS)

Browse by Tags

  • Upload Error: This token cannot be used to upload to this node

    I suspect there must be a simple solution to this, but I have not been able to figure it out. I've been having trouble getting the SOAP upload to work from a C# console application. It seems that part of my issue is that I cannot assign the URL parameter to the Transfer class as is shown in the examples...
    Posted to C# (Forum) by Tony_CR on 10-29-2010
  • Error in using ResumeUploadHandler

    Barry Could you please check on the following error when using ResumeUploadHandler: com.nirvanix.sdk.session.SDKException: You must use a minimum of 1 thread when uploading. at com.nirvanix.sdk.session.ResumeUploadHandler.GetInstance(Unknown Source) at com.nirvanix.sdk.session.Session.GetResumableUploadHandler...
    Posted to Java (Forum) by Sivans82 on 07-14-2010
  • Resume a file On upload file error

    Is there a way to resme upload of a file that was error ed out in between. Suppose I have a 10 GB file.I am using uploadfile method to push data to Nix.Now if an error occurs in between(Say around 5 Gb is already uploaded) , is it possible to resume upload of the same file starting from 5GB onwards.
    Posted to Java (Forum) by Sivans82 on 07-07-2010
  • Re: This token cannot be used to upload to this node.

    With SOAP you need to change the transfer.Url to the node you get back from the UploadNode. I strongly suggest you use the C# FlatSDK which uses partial file upload to perform uploads. This method will be ~%30 faster for uploads than a SOAP upload due to the encoding. You can find the FlatSDK at: http...
    Posted to General Discussions (Forum) by BarryR on 05-27-2009
  • Re: Synchronous Update

    RIght, that section of the document is for HTTP Update which is used to update files that have already been uploaded. The requirements are different for that type of transmission. The upload token should be retrieved for each new file you are uploading. Think of the Upload Token as a way to access a...
    Posted to General Discussions (Forum) by BarryR on 02-26-2009
  • Re: Synchronous Update

    If you are running in the context of an application that has full control over the upload there is no need to define a callback. The primary use for the callback is to inform you when an external party finishes an upload. Since you are doing the upload yourself you will get back an XML result for each...
    Posted to General Discussions (Forum) by BarryR on 02-26-2009
  • Re: Upload File vs. HTTP Upload

    Quit a bit here, let me try and respond to all of it in a few sentences. The Python SDK for the Google App Engine is specific to that platform. We have another plain SDK that is still being tested but is nearly ready to release. For the documentation the calls are all dynamic and mirror those available...
    Posted to General Discussions (Forum) by BarryR on 02-17-2009
  • Re: Upload then resize image

    Thanks for the quick reply. Your response makes a lot of sense. Unfortunately, I have changed the order that things are going to be happening on the web page. Here is what I would like to do (if possible): 1) The image is uploaded to my server. 2) Certain "checks" are performed on the image...
    Posted to PHP (Forum) by Andrew on 11-23-2008
  • Upload then resize image

    I have created a page where users can upload an image and it works fine. Now, I would like to automatically resize the image (create a thumbnail) once the image is uploaded. I thought this would be easy, but I seem to running into problems. What would be the best way to do this? Does anyone have an example...
    Posted to PHP (Forum) by Andrew on 11-23-2008
  • Flash Upload and 303 forward

    Hi. We use the Flash uploader MultiPowUpload ( http://www.element-it.com/MultiPowUpload.aspx ) and Nirvanix HTTP upload. To register new uploads we use the forwardingurl to forward to a script on our site. Nirvanix makes a 303 redirect to the forwarding URL with only a header and no content. The problem...
    Posted to Flash - Actionscript / Flex (Forum) by dotmlj on 09-30-2008
Page 1 of 5 (47 items) 1 2 3 4 5 Next >