Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML file transfer question
Message
De
25/08/2003 01:24:07
Arnold Lee
K&A International Co.,Ltd
Hong Kong, Hong Kong
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
XML file transfer question
Divers
Thread ID:
00822973
Message ID:
00822973
Vues:
45
Hi Everybody

I want to transfter several JPG via XML by following logic:

load the jpg file to a binary string :
m_jpg = createbinary(filetostr(jpg_file.jpg))

append to cursor by :
create cursor m_xml (file m)
insert into cursor m_xml (file) value (m_jpg)
....

my question is how to set the parameter of cursortoxml() to keep binary format in memo
then restoed at the other end by xmltocursor() ?

Thanks for any comment in advance

Arnold
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform