Click here to Skip to main content
15,916,462 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionurgent copy image from hard Drive on local host Pin
mavii19-Sep-07 22:54
mavii19-Sep-07 22:54 
AnswerRe: urgent copy image from hard Drive on local host Pin
Sandeep Akhare19-Sep-07 23:00
Sandeep Akhare19-Sep-07 23:00 
GeneralRe: urgent copy image from hard Drive on local host Pin
mavii19-Sep-07 23:06
mavii19-Sep-07 23:06 
GeneralRe: urgent copy image from hard Drive on local host Pin
Sandeep Akhare19-Sep-07 23:12
Sandeep Akhare19-Sep-07 23:12 
GeneralRe: urgent copy image from hard Drive on local host Pin
N a v a n e e t h19-Sep-07 23:37
N a v a n e e t h19-Sep-07 23:37 
GeneralRe: urgent copy image from hard Drive on local host Pin
mavii19-Sep-07 23:48
mavii19-Sep-07 23:48 
GeneralRe: urgent copy image from hard Drive on local host Pin
N a v a n e e t h19-Sep-07 23:52
N a v a n e e t h19-Sep-07 23:52 
GeneralRe: urgent copy image from hard Drive on local host Pin
mavii20-Sep-07 0:15
mavii20-Sep-07 0:15 
ur idea must be right but i cant try it now, i have tried a method, can u plz suggest solution regarding this problem

openFileDialog1.ShowDialog();
string s = openFileDialog1.FileName;

textBox6.Text = s;
string st = "abc1" + (count++) + ".jpg";
File.Copy(s.Substring(13, s.Length - 13), "C:\\Inetpub\\wwwroot\\15 WebSite\\images\\" + st);

the subctring exactly returns the name og the picture
PROBLEM IS:
i want the image to be saved with the same name in local host as the Substing retun name "ABC.jpg" i want to save it with the same name in local host
GeneralRe: urgent copy image from hard Drive on local host Pin
mavii20-Sep-07 0:36
mavii20-Sep-07 0:36 
AnswerRe: urgent copy image from hard Drive on local host Pin
APDevelop19-Sep-07 23:14
APDevelop19-Sep-07 23:14 
GeneralRe: urgent copy image from hard Drive on local host Pin
mavii19-Sep-07 23:18
mavii19-Sep-07 23:18 
QuestionHow to retrieve word document from database [modified] Pin
honeysip19-Sep-07 22:40
honeysip19-Sep-07 22:40 
AnswerRe: How to retrieve word document from database Pin
N a v a n e e t h19-Sep-07 23:48
N a v a n e e t h19-Sep-07 23:48 
GeneralRe: How to retrieve word document from database Pin
honeysip20-Sep-07 0:58
honeysip20-Sep-07 0:58 
GeneralRe: How to retrieve word document from database Pin
N a v a n e e t h20-Sep-07 3:06
N a v a n e e t h20-Sep-07 3:06 
Questionswitchover to new version Pin
syibu19-Sep-07 22:34
syibu19-Sep-07 22:34 
AnswerRe: switchover to new version Pin
APDevelop19-Sep-07 23:41
APDevelop19-Sep-07 23:41 
GeneralRe: switchover to new version Pin
syibu20-Sep-07 0:02
syibu20-Sep-07 0:02 
Questionasp database: ADO Connection to SQL Server Pin
nhatphuong200619-Sep-07 22:30
nhatphuong200619-Sep-07 22:30 
AnswerRe: asp database: ADO Connection to SQL Server Pin
Fred_Smith19-Sep-07 22:34
Fred_Smith19-Sep-07 22:34 
AnswerRe: asp database: ADO Connection to SQL Server Pin
wuriskly19-Sep-07 23:22
wuriskly19-Sep-07 23:22 
QuestionUpload File via FTP using ASP.net 1.1 Pin
wEb GuRu...19-Sep-07 22:29
wEb GuRu...19-Sep-07 22:29 
AnswerRe: Upload File via FTP using ASP.net 1.1 Pin
yogesh_kumar_agarwal19-Sep-07 22:33
yogesh_kumar_agarwal19-Sep-07 22:33 
GeneralRe: Upload File via FTP using ASP.net 1.1 Pin
APDevelop19-Sep-07 22:53
APDevelop19-Sep-07 22:53 
QuestionIs it suggested to have many sessions in application Pin
MD1219-Sep-07 22:27
MD1219-Sep-07 22:27 

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.