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

ASP.NET

 
AnswerRe: how to get the full path of the file Pin
Abhijit Jana20-Nov-07 18:15
professionalAbhijit Jana20-Nov-07 18:15 
You can't.The browser will never post the full file's path. it is for security purpose Smile | :)

but you can try with e javascript before submit.

<asp:button onClientClick="document.getElementById('yourhiddenField1').value = document.getElementById('fileUpload1').value">

now you can retrive path from hidden field



Best Regards
-----------------
Abhijit Jana
View My CodeProject Articles

"Success is Journey it's not a destination"
GeneralRe: how to get the full path of the file Pin
Michael Sync20-Nov-07 18:17
Michael Sync20-Nov-07 18:17 
GeneralRe: how to get the full path of the file Pin
Abhijit Jana20-Nov-07 18:20
professionalAbhijit Jana20-Nov-07 18:20 
GeneralRe: how to get the full path of the file Pin
Christian Graus20-Nov-07 18:30
protectorChristian Graus20-Nov-07 18:30 
GeneralRe: how to get the full path of the file Pin
Michael Sync20-Nov-07 18:47
Michael Sync20-Nov-07 18:47 
AnswerRe: how to get the full path of the file Pin
Christian Graus20-Nov-07 18:15
protectorChristian Graus20-Nov-07 18:15 
AnswerRe: how to get the full path of the file Pin
John-ph20-Nov-07 19:05
John-ph20-Nov-07 19:05 
Question Retriving images from Db Pin
Krishna Varadharajan20-Nov-07 17:19
Krishna Varadharajan20-Nov-07 17:19 
AnswerRe: Retriving images from Db Pin
Imran Khan Pathan20-Nov-07 17:42
Imran Khan Pathan20-Nov-07 17:42 
GeneralRe: Retriving images from Db Pin
Michael Sync20-Nov-07 17:46
Michael Sync20-Nov-07 17:46 
GeneralRe: Retriving images from Db Pin
Imran Khan Pathan20-Nov-07 17:49
Imran Khan Pathan20-Nov-07 17:49 
GeneralRe: Retriving images from Db Pin
Michael Sync20-Nov-07 18:06
Michael Sync20-Nov-07 18:06 
AnswerRe: Retriving images from Db Pin
Michael Sync20-Nov-07 17:44
Michael Sync20-Nov-07 17:44 
GeneralRe: Retriving images from Db Pin
Krishna Varadharajan20-Nov-07 18:56
Krishna Varadharajan20-Nov-07 18:56 
GeneralRe: Retriving images from Db Pin
Michael Sync20-Nov-07 19:03
Michael Sync20-Nov-07 19:03 
AnswerRe: Retriving images from Db Pin
Abhijit Jana20-Nov-07 18:08
professionalAbhijit Jana20-Nov-07 18:08 
GeneralRe: Retriving images from Db Pin
N a v a n e e t h20-Nov-07 18:40
N a v a n e e t h20-Nov-07 18:40 
AnswerRe: Retriving images from Db Pin
N a v a n e e t h20-Nov-07 18:38
N a v a n e e t h20-Nov-07 18:38 
GeneralRe: Retriving images from Db Pin
Krishna Varadharajan20-Nov-07 19:19
Krishna Varadharajan20-Nov-07 19:19 
QuestionError in control Pin
netJP12L20-Nov-07 14:46
netJP12L20-Nov-07 14:46 
AnswerRe: Error in control Pin
Michael Sync20-Nov-07 17:50
Michael Sync20-Nov-07 17:50 
QuestionDynamic Menus using IHierarchicalDataSource Pin
neilbelfast20-Nov-07 12:08
neilbelfast20-Nov-07 12:08 
QuestionEncryption password Pin
mehran.asg20-Nov-07 11:21
mehran.asg20-Nov-07 11:21 
AnswerRe: Encryption password Pin
Hesham Amin20-Nov-07 12:07
Hesham Amin20-Nov-07 12:07 
AnswerRe: Encryption password Pin
Michael Sync20-Nov-07 15:46
Michael Sync20-Nov-07 15:46 

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.