Click here to Skip to main content
15,915,336 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLive Update of Events from Server Pin
vbss7527-Aug-07 22:13
vbss7527-Aug-07 22:13 
Questionwebconfig doubt Pin
saravanan0527-Aug-07 21:59
saravanan0527-Aug-07 21:59 
AnswerRe: webconfig doubt Pin
satyaki mishra28-Aug-07 0:16
satyaki mishra28-Aug-07 0:16 
Questiondocument template edit Pin
mmm!@#27-Aug-07 21:58
mmm!@#27-Aug-07 21:58 
Questionclose button Pin
Sonia Gupta27-Aug-07 21:56
Sonia Gupta27-Aug-07 21:56 
AnswerRe: close button Pin
Amit.Amit.Amit...27-Aug-07 22:24
Amit.Amit.Amit...27-Aug-07 22:24 
AnswerRe: close button Pin
vidyasankar27-Aug-07 23:05
vidyasankar27-Aug-07 23:05 
QuestionError: The given path's format is not supported. Pin
pavya_Cool27-Aug-07 21:38
pavya_Cool27-Aug-07 21:38 
Error: The given path's format is not supported.


I am trying to upload from a page to the webserver and I got this error.

the code is just this



public void Upload_ServerClick(object sender, System.EventArgs e)
{
string baseLocation = "ftp://layer3media.com/DataGroup/Test/";
string status = "";
Label1.Visible=true;



foreach(System.Web.UI.HtmlControls.HtmlInputFile HIF in hif)
{
string fn = System.IO.Path.GetFileName(HIF.PostedFile.FileName);
HIF.PostedFile.SaveAs(baseLocation + fn);
filesUploaded++;
status += fn + "
";

}
}
}

Pravin

AnswerRe: Error: The given path's format is not supported. Pin
Vasudevan Deepak Kumar27-Aug-07 22:52
Vasudevan Deepak Kumar27-Aug-07 22:52 
QuestionHighlight selected item in a listbox Pin
manowj27-Aug-07 21:13
manowj27-Aug-07 21:13 
AnswerRe: Highlight selected item in a listbox Pin
RajeevKumarSharma27-Aug-07 21:19
RajeevKumarSharma27-Aug-07 21:19 
Questionproblem related to mail send Pin
RajeevKumarSharma27-Aug-07 21:11
RajeevKumarSharma27-Aug-07 21:11 
AnswerRe: problem related to mail send Pin
Vasudevan Deepak Kumar27-Aug-07 23:03
Vasudevan Deepak Kumar27-Aug-07 23:03 
QuestionDownloading from database [modified] Pin
BasharatAli27-Aug-07 20:51
BasharatAli27-Aug-07 20:51 
AnswerRe: Downloading from database Pin
Vasudevan Deepak Kumar27-Aug-07 23:04
Vasudevan Deepak Kumar27-Aug-07 23:04 
QuestionA general question regarding web.config Pin
anu8127-Aug-07 20:48
anu8127-Aug-07 20:48 
AnswerRe: A general question regarding web.config Pin
Deepak the Cool27-Aug-07 21:31
Deepak the Cool27-Aug-07 21:31 
GeneralRe: A general question regarding web.config Pin
anu8127-Aug-07 21:42
anu8127-Aug-07 21:42 
AnswerRe: A general question regarding web.config Pin
Sathesh Sakthivel27-Aug-07 21:50
Sathesh Sakthivel27-Aug-07 21:50 
QuestionMSSQL database for findout the ipaddress to cityname Pin
vidyasankar27-Aug-07 20:28
vidyasankar27-Aug-07 20:28 
Questionclose buton Pin
Sonia Gupta27-Aug-07 20:00
Sonia Gupta27-Aug-07 20:00 
AnswerRe: close buton Pin
Amit.Amit.Amit...27-Aug-07 20:10
Amit.Amit.Amit...27-Aug-07 20:10 
GeneralRe: close buton Pin
Sonia Gupta27-Aug-07 20:51
Sonia Gupta27-Aug-07 20:51 
GeneralRe: close buton Pin
Amit.Amit.Amit...27-Aug-07 21:10
Amit.Amit.Amit...27-Aug-07 21:10 
AnswerRe: close buton Pin
Revathij27-Aug-07 21:20
Revathij27-Aug-07 21:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.