GithubHelp home page GithubHelp logo

Comments (3)

GregKolinski avatar GregKolinski commented on June 13, 2024

With Standard ParcelUpload the Content parameter is a byte array. So for each byte in the byte array the POST request should have a repeated form parameter. Content=21&Content=45&Content=45 etc. for each byte in the byte array.

https://os.ecgrid.io/v4.1/prod/ECGridOS.asmx?op=ParcelUpload
POST /v4.1/prod/ECGridOS_admin.asmx/ParcelUpload HTTP/1.1
Host: os.ecgrid.io
Content-Type: application/x-www-form-urlencoded
Content-Length: length
SessionID=string&FileName=string&Bytes=string&Content=string&Content=string

You can also send Parcels using a Base64 string in ECGridOS Version 4.1 (documentation not yet complete).

Use the Call ParcelUploadA for a base64 string instead of a byte array.
[https://os.ecgrid.io/v4.1/prod/ECGridOS.asmx?op=ParcelUploadA(https://os.ecgrid.io/v4.1/prod/ECGridOS.asmx?op=ParcelUploadA)

POST /v4.1/prod/ECGridOS_admin.asmx/ParcelUploadA HTTP/1.1
Host: os.ecgrid.io
Content-Type: application/x-www-form-urlencoded
Content-Length: length

SessionID=string&FileName=string&ContentBase64=string

from ecgrid-api.

ecgridos avatar ecgridos commented on June 13, 2024

from ecgrid-api.

wthomas-ampion avatar wthomas-ampion commented on June 13, 2024

Thank you both, ParcelUploadA seems to be the type of solution we were hoping for.

from ecgrid-api.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.