Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Observe HTTP Traffic?
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Observe HTTP Traffic?
Miscellaneous
Thread ID:
00290278
Message ID:
00290278
Views:
57
I am using a great IIS upload component from webcom.se. It's an out-of-process EXE that takes an uploaded file using the standard HTML form file tag.

The upload proceeds ok great if I send information to the exe from the browser. However, I am now trying to send information directly to the exe, bypassing the form completely. I cannot figure out what data to send to the exe, so I thought I would be able to "sniff" on either the client or server side to find out exactly what parameter(s) the exe is taking.

If I type this explicitly in my IE address box:
http://192.168.200.131/upload.exe?h:\outfile.gz"
I get this
in my log:
Missing environment variable CONTENT_TYPE.
Err Code 201

Help?
Reply
Map
View

Click here to load this message in the networking platform