Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Receive bin64 data as parameter and save to file
Message
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00666909
Message ID:
00667057
Views:
25
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform