Click here to Skip to main content
15,920,956 members
Home / Discussions / Web Development
   

Web Development

 
Questionneed to export inherited grid to excel Pin
meg221-Jan-09 19:27
meg221-Jan-09 19:27 
AnswerRe: need to export inherited grid to excel Pin
Abhijit Jana2-Jan-09 3:26
professionalAbhijit Jana2-Jan-09 3:26 
GeneralRe: need to export inherited grid to excel Pin
meg224-Jan-09 17:14
meg224-Jan-09 17:14 
Questionweb development Pin
vkvimal1-Jan-09 19:24
vkvimal1-Jan-09 19:24 
AnswerRe: web development Pin
Girish Nambiar1-Jan-09 22:52
Girish Nambiar1-Jan-09 22:52 
GeneralRe: web development Pin
vkvimal2-Jan-09 18:41
vkvimal2-Jan-09 18:41 
GeneralRe: web development Pin
Girish Nambiar8-Jan-09 21:59
Girish Nambiar8-Jan-09 21:59 
AnswerRe: web development Pin
Abhijit Jana1-Jan-09 23:57
professionalAbhijit Jana1-Jan-09 23:57 
GeneralRe: web development Pin
vkvimal2-Jan-09 18:45
vkvimal2-Jan-09 18:45 
QuestionInstallation of DotNetNuke Pin
shabi uz zaman1-Jan-09 18:52
shabi uz zaman1-Jan-09 18:52 
AnswerRe: Installation of DotNetNuke Pin
Abhijit Jana2-Jan-09 2:59
professionalAbhijit Jana2-Jan-09 2:59 
QuestionCaptcha Help - Need an experienced web developer Pin
Lorie Navarra31-Dec-08 17:05
Lorie Navarra31-Dec-08 17:05 
AnswerRe: Captcha Help - Need an experienced web developer Pin
Girish Nambiar1-Jan-09 22:38
Girish Nambiar1-Jan-09 22:38 
QuestionRequest.ServerVariables("LOGON_USER") is empty Pin
dreamaway82031-Dec-08 3:22
dreamaway82031-Dec-08 3:22 
QuestionNeed IIS for running ASP pages...? Pin
codingrocks30-Dec-08 23:09
codingrocks30-Dec-08 23:09 
AnswerRe: Need IIS for running ASP pages...? Pin
Abhijit Jana31-Dec-08 2:58
professionalAbhijit Jana31-Dec-08 2:58 
Questionhide documents Pin
William Engberts30-Dec-08 22:05
William Engberts30-Dec-08 22:05 
AnswerRe: hide documents Pin
Not Active31-Dec-08 6:00
mentorNot Active31-Dec-08 6:00 
AnswerRe: hide documents Pin
Aman Bhullar31-Dec-08 6:30
Aman Bhullar31-Dec-08 6:30 
as mark replied, you need to be admin of system.

But there are another ways to protect your files to some extent. I am not a php developer, so i cannot help in code part, but i can suggest you the ways that we use in .net for security.

1. Do not give the direct link for download to user. Hide the link and push the download from the server. e.g. as the software download is pushed by downloads.com.
In .net we use 'Response' method for the same.

2. Protect your PDF files with password. This is also one security concern.

3. Don not give the download from site. Just send the attachment in mail to the user who requested it.

Regards
Aman Bhular
GeneralRe: hide documents Pin
Not Active31-Dec-08 9:22
mentorNot Active31-Dec-08 9:22 
GeneralRe: hide documents Pin
Aman Bhullar31-Dec-08 19:43
Aman Bhullar31-Dec-08 19:43 
GeneralRe: hide documents Pin
Not Active31-Dec-08 20:10
mentorNot Active31-Dec-08 20:10 
GeneralRe: hide documents Pin
Aman Bhullar31-Dec-08 20:46
Aman Bhullar31-Dec-08 20:46 
AnswerRe: hide documents Pin
Girish Nambiar1-Jan-09 22:47
Girish Nambiar1-Jan-09 22:47 
AnswerRe: hide documents Pin
SABhatti6-Jan-09 6:56
SABhatti6-Jan-09 6:56 

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.