Hello,
I'm sending to the WS the content of some files... the type, number, and size of these files is variable.
In the 1st solution (bidimensional array) i'm putting in the first dimension of the array, the exact TByteDynArray of the bytes read from each file.
In the 2nd solution (explicit...
Hi,
ftp is not suitable... the upload of the files is just a little part of the process, i have a complex website, and i need to call its webservices and pass it a lot of other information (other then the attachments) and i'd like the process to be strictly syncronous.
I have a good skill about...
yeah, i know that google is my friend... i've spent the whole day, yestarday, searching it... but i thought your reply was about the first solution (bi-dimensional array of bytes)... instead, your reply is about the 2nd solution, you mean the encoding of the string-serialized XML structure with...
hi!
thanks for reply...
In delphi, i'm reading the file with blockread to a TByteDynArray variable, then i have an array of TByteDynArray and i pass it to the method...
What do you meand with "encode the binary data in base64 format"?
thanks
Andrea
Hello,
i'm writing a windows form application in delphi6. i need to call a method of a webservice to "upload" some binary files. So that i can call the method and upload 1 file, or 4 files, or X files (at a time)...
The webservice is written by me in asp.net 2.0 (C# on VS2008) so i can change it...
thanks for the reply....
I try to do a different thing.
I want to do this:
Unit unit1
interface
uses
classes;
type TOuterClass = class
type TInnerClass = class
public
string strInner1;
constructor Create;
function...
hi all,
i'm developing an application with Delphi 6.
I need to define some Inner Classes (Nested..).
I really don't know how to do. I found an article explaining the syntax, but it doesn't compile on delphi 6.
The article say to do this:
type OuterClass=Class
procedure prova...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.