Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ASP help
Name: AmericanSlon Date: April 5, 2004 at 20:13:46 Pacific OS: Windows XP pro CPU/Ram: Athlon 2800 2,08 ghz/ 1 g
Comment:
I have a form in .html file which has an .asp fle as its action and whenever this action is executed I recieve a Download File dialogue. It's trying to download .asp file instead of sending info to it.
This is a function of the server, not the HTML file. You need to configure your server to parse .asp files. If you post which version your server is, and you have access to its configuration (ie it isn't a free or shared host), we can tell you how to fix it.
The Get vs Post isn't applicable here...POST sends the form data via STDIN to the web script, GET sends it in the URL.
-SN
0
Response Number 3
Name: AmericanSlon Date: April 6, 2004 at 21:36:53 Pacific
Reply:
Thanx guys I figured it out myself. Too easy to even explain:) Thanx anyways.
Summary: hi i have an exam on asp but confused about a simple asp problem: it goes as follows: i have a form with text input1 and input2 and a text box for result. i have to now add a button "sum" that calcul...
Summary: I've honestly hardly tried ASP (PHP is ASP without the crap). PHP is my thing, but here are some tutorials that may or may not help: http://www.aspdeveloper.net/Access97/page1.asp http://www.w3school...
Summary: Heres the scoop. I have a form (html), It is ran by an ASP Script. However, I also need there so be an upload section where people could upload there pictures, If anyone can help pllease point me in t...