Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grabbing user file from my back-end
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00334611
Message ID:
00337103
Vues:
14
>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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform