Click here to Skip to main content
15,893,790 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Clearing Texbox text in ASP.Net MVC Pin
Keith Barrow27-Apr-11 2:15
professionalKeith Barrow27-Apr-11 2:15 
GeneralRe: Clearing Texbox text in ASP.Net MVC Pin
Priya Prk27-Apr-11 2:33
Priya Prk27-Apr-11 2:33 
GeneralRe: Clearing Texbox text in ASP.Net MVC Pin
Keith Barrow27-Apr-11 3:03
professionalKeith Barrow27-Apr-11 3:03 
GeneralRe: Clearing Texbox text in ASP.Net MVC Pin
vanikanc6-May-11 10:49
vanikanc6-May-11 10:49 
QuestionShow menu as access rule for particular Role Pin
Naunt27-Apr-11 0:02
Naunt27-Apr-11 0:02 
QuestionPage_Load Not calling in IIS Pin
anishkannan26-Apr-11 21:58
anishkannan26-Apr-11 21:58 
AnswerRe: Page_Load Not calling in IIS Pin
vanikanc5-May-11 9:31
vanikanc5-May-11 9:31 
QuestionGet file path from file upload control [modified] Pin
Orcun Iyigun26-Apr-11 11:47
Orcun Iyigun26-Apr-11 11:47 
Hello all,

I am trying to get the file path which I choose to upload. I mean the value of the textbox of the file upload control. With this code:
fUploadcheckpayment.PostedFile.FileName
I just only get the file name not the path. I tried
Server.MapPath(fUploadcheckpayment.FileName)
and that didnt work either. I get a path of my project. Any ideas how i can do this?

To be more clear what I am trying to do:

When the user uploads a file I rename the file and save it to a folder. After saving it to the folder I want to delete uploaded file from its original source. Such as the user upload the file from its desktop. I save the file to a folder udner C://Folder name. I want to delete the file from the desktop.

modified on Tuesday, April 26, 2011 5:59 PM

AnswerRe: Get file path from file upload control Pin
busbyam26-Apr-11 13:01
busbyam26-Apr-11 13:01 
GeneralRe: Get file path from file upload control Pin
Orcun Iyigun27-Apr-11 5:44
Orcun Iyigun27-Apr-11 5:44 
AnswerRe: Get file path from file upload control Pin
Prasanta_Prince26-Apr-11 18:19
Prasanta_Prince26-Apr-11 18:19 
GeneralRe: Get file path from file upload control Pin
Orcun Iyigun27-Apr-11 5:45
Orcun Iyigun27-Apr-11 5:45 
AnswerRe: Get file path from file upload control Pin
walterhevedeich26-Apr-11 18:47
professionalwalterhevedeich26-Apr-11 18:47 
GeneralRe: Get file path from file upload control Pin
Orcun Iyigun27-Apr-11 5:46
Orcun Iyigun27-Apr-11 5:46 
QuestionFavicon not found Pin
GenJerDan26-Apr-11 9:35
GenJerDan26-Apr-11 9:35 
AnswerRe: Favicon not found Pin
busbyam26-Apr-11 12:56
busbyam26-Apr-11 12:56 
GeneralRe: Favicon not found Pin
GenJerDan27-Apr-11 14:53
GenJerDan27-Apr-11 14:53 
QuestionMoving Files Pin
kheer26-Apr-11 6:40
kheer26-Apr-11 6:40 
AnswerRe: Moving Files Pin
GenJerDan26-Apr-11 8:09
GenJerDan26-Apr-11 8:09 
AnswerRe: Moving Files Pin
Simon_Whale26-Apr-11 12:30
Simon_Whale26-Apr-11 12:30 
GeneralRe: Moving Files Pin
kheer26-Apr-11 17:06
kheer26-Apr-11 17:06 
GeneralRe: Moving Files Pin
Simon_Whale26-Apr-11 21:56
Simon_Whale26-Apr-11 21:56 
Questionhelp with data - while completing a process Pin
Simon_Whale26-Apr-11 5:43
Simon_Whale26-Apr-11 5:43 
AnswerRe: help with data - while completing a process Pin
David Mujica27-Apr-11 4:24
David Mujica27-Apr-11 4:24 
GeneralRe: help with data - while completing a process Pin
Simon_Whale27-Apr-11 5:27
Simon_Whale27-Apr-11 5: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.