Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Receive bin64 data as parameter and save to file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00666909
Message ID:
00667057
Vues:
21
Actually, I believe I know how to send the info from ASP.NET, it's the VFP side that I'm having trouble with. Here's an example:
define class server as session olepublic
    function sendfile(l_login as string, o_file as ??????) as string
       *code to save o_file to filename
       return "successful"
    endfunc
enddefine
The problem is I'm not sure how to specify the second parameter, then save it to file once it's brought in.

All the examples to move pictures have been in .NET, so there's no problem actually declaring the data type in the web service. Fox doesn't have a base64 type, so it's not abundantly clear to me.

Thanks again for any suggestions
Steve Howie, owner
DaSH Technology
Denver, CO
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform