¿En qué podemos ayudarte?
< Todos los temas
Imprimir

UploadFile (method)

Upload a block or all the content of a file to the server.


Comments

Returns a file cache key that you can use to upload other block of content and append to the file.


Definition


JSON

/json/UploadFile?token={Token}&keycache={KeyCache}


Using POST to send a byte array with the content of the file


Parameters

ParameterDescription
TokenAuthentication code, see more in GetToken (method)
KeyCacheKey of the file in cache, only necessary to append blocks of content to a file
BytesByte array with the content of the file


Example JSON

http://test.aliquosoftware.net/aliquoserver/api.svc/json/UploadFile?token=_PutTokenHere_&keycache=

[ 65, 66, 67, 68, 69]
Tabla de contenidos