Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : ASP : ASP 3.0 : Server.MapPath(), ASP 0171 (0x80004005) Signup · Login
Author Thread
Server.MapPath(), ASP 0171 (0x80004005)
Posted in tutorial: Uploading Files to the Server Hard Disk using plain ASP
·  ahmad
User
Joined: 24 Aug 2005
Total Posts: 5
Server.MapPath(), ASP 0171 (0x80004005)
Posted: 24 Aug 2005
I am using pure asp to upload files to multiple folder. I have a page before db-multiple-file-to-diskfolder.asp called folder.asp.where user can select the name of the folder from drop down list. so the files would be uploaded in selected folder, it aslo have and page called "_upload.asp". when i select the folder from the list, it opens db-multiple-file-to-diskfolder.asp, I browse the file and click upload button then I am getting this error.I have bold the line 42.I upload alll three asp pages here. can any one help me pleasee
_________Error__________

Server.MapPath(), ASP 0171 (0x80004005)
The Path parameter must be specified for the MapPath method.
/SelfolderTest/db-multiple-file-to-diskfolder.asp, line 42

-----------------Folder.asp

<form action="db-multiple-file-to-diskfolder.asp" method="post" name="myForm">
<p>
<select name="foldername" >
<option value="notable">Choose your manual:</option>
<option value="ListFiles">General Manual</option>
<option value="phone">Phone</option>
<option value="pics">pics</option>
</select>
</p>
<p>
<input name="Ok" type="submit" value="View Manual">
</p>
</form>


Continue on next page




Users Who Have Visited This Thread In Last 24 Hours
2 Visitors

Login
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2009 Stardeveloper.com, All Rights Reserved.