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:
00334754
Vues:
18
>I have an application running on IIS, in which I'd like to grab a user file to place on the server (jpg images).

>I understand how to get the user's local file path to the file onto a form, but how can I then grab that file from the user's PC? Should I be putting it into an FTP site using client-side logic, or shall I grab the file using wwipstuff and put it elsewhere?


form method="POST" enctype="multipart/form-data" action="somefile.html"
input type="file" name="image"
form


This will place the file in your temp directory, from there you will have to move it to your www directory (or database)



Stephen VanDyke
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform