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:
00334754
Views:
21
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform