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:
00142637
Views:
32
>Bob,
>
>I put your sample code in a page in MS FrontPage and previewed it. This seems to work, but I'm kinda lost now. This is probably because I know very little about cgi scripting.< G > It brings the getfile() up and captures the filename, but now I'm stumped. Where would one start when it comes to trying to pass this file up to a server. Keep in mind I need something generic if possible because this needs to run in NN and IE. Would I use vbscript or javascript to send the file, or what?
>
>Thanks again.

Basically the browser will upload the file to the server via HTTP... the server will pass it to the CGI script specified in the ACTION=

It is this script you have to code to know where the file is, etc. I would hit the manual of the scripting language you are using and see what it says about HTTP file uploads.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform