Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Uploading image file to web server
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00142442
Message ID:
00142582
Views:
26
>>BOb
>>
>>PS: Or are you asking how to do this from a web page?
>
>Yes, I want a web page with a button that mimics getfile().

This will get you started on the browser side... however, what the server script does or how depents on what CGi language you are using...

<FORM ENCTYPE="multipart/form-data" ACTION="yourscript.asp" METHOD=POST>
File to send: <INPUT NAME="userfile" TYPE="file"><p>
<INPUT TYPE="submit" VALUE="Send File">
</FORM>


BOb

Good luck!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform