Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grabbing user file from my back-end
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00334611
Message ID:
00337103
Views:
13
>So... how would I go about this - what does my VFP app do with that particular file name and path once the user presses the SUBMIT button, in order to get it over to the server?
oFTP = CREATE("wwFTP")
oFTP.cFTPServer = "ftp.west-wind.com"
oFTP.cFTPSource = "c:\temp\image.gif"
oFTP.cFTPTarget = "/uploads/images/image.gif"

*oFTP.cUsername = "user"
*oFTP.cPassword = "password"

oFTP.SendFile()
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform