Click here to Skip to main content
15,909,747 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Search action should be an HTTP GET or a POST? Pin
Zamshed Farhan12-Jan-13 15:35
Zamshed Farhan12-Jan-13 15:35 
QuestionHTML table oddity Pin
David Crow10-Sep-12 11:01
David Crow10-Sep-12 11:01 
AnswerRe: HTML table oddity Pin
Peter_in_278010-Sep-12 13:11
professionalPeter_in_278010-Sep-12 13:11 
GeneralRe: HTML table oddity Pin
David Crow11-Sep-12 3:38
David Crow11-Sep-12 3:38 
AnswerRe: HTML table oddity Pin
AspDotNetDev10-Sep-12 13:15
protectorAspDotNetDev10-Sep-12 13:15 
GeneralRe: HTML table oddity Pin
David Crow11-Sep-12 3:44
David Crow11-Sep-12 3:44 
AnswerRe: HTML table oddity Pin
enhzflep10-Sep-12 15:17
enhzflep10-Sep-12 15:17 
QuestionJquery Ajax Pin
chandra reinhart9-Sep-12 18:24
chandra reinhart9-Sep-12 18:24 
SuggestionRe: Jquery Ajax Pin
Mohibur Rashid9-Sep-12 20:21
professionalMohibur Rashid9-Sep-12 20:21 
GeneralRe: Jquery Ajax Pin
chandra reinhart11-Sep-12 4:30
chandra reinhart11-Sep-12 4:30 
QuestionIIS7 configuration error Pin
hariom_soni9-Sep-12 17:07
hariom_soni9-Sep-12 17:07 
QuestionWebsite hosting Pin
Sourav Sarkar-SS9-Sep-12 8:05
Sourav Sarkar-SS9-Sep-12 8:05 
AnswerRe: Website hosting Pin
R. Giskard Reventlov10-Sep-12 6:20
R. Giskard Reventlov10-Sep-12 6:20 
GeneralRe: Website hosting Pin
Sourav Sarkar-SS13-Sep-12 1:58
Sourav Sarkar-SS13-Sep-12 1:58 
GeneralRe: Website hosting Pin
R. Giskard Reventlov13-Sep-12 5:05
R. Giskard Reventlov13-Sep-12 5:05 
QuestionOpenFile dialog in a HTML page Pin
Madhan Mohan Reddy P4-Sep-12 18:46
professionalMadhan Mohan Reddy P4-Sep-12 18:46 
AnswerRe: OpenFile dialog in a HTML page Pin
Sandeep Mewara4-Sep-12 19:07
mveSandeep Mewara4-Sep-12 19:07 
GeneralRe: OpenFile dialog in a HTML page Pin
Madhan Mohan Reddy P4-Sep-12 19:37
professionalMadhan Mohan Reddy P4-Sep-12 19:37 
GeneralRe: OpenFile dialog in a HTML page Pin
Killzone DeathMan21-Sep-12 1:05
Killzone DeathMan21-Sep-12 1:05 
GeneralRe: OpenFile dialog in a HTML page Pin
Madhan Mohan Reddy P24-Sep-12 18:30
professionalMadhan Mohan Reddy P24-Sep-12 18:30 
GeneralRe: OpenFile dialog in a HTML page Pin
Killzone DeathMan26-Sep-12 0:52
Killzone DeathMan26-Sep-12 0:52 
GeneralRe: OpenFile dialog in a HTML page Pin
Madhan Mohan Reddy P4-Sep-12 19:41
professionalMadhan Mohan Reddy P4-Sep-12 19:41 
GeneralRe: OpenFile dialog in a HTML page Pin
Sandeep Mewara4-Sep-12 20:18
mveSandeep Mewara4-Sep-12 20:18 
Adding accept attribute could work but as W3 says[^], it's not properly handled by recent browsers.

Your best bet would be to handle it based on the file extension by yourself at the time of page submit or code behind.
Sandeep Mewara
Microsoft ASP.NET MVP

[My latest Article]: Server side Delimiters in ASP.NET[^]

GeneralRe: OpenFile dialog in a HTML page Pin
Madhan Mohan Reddy P4-Sep-12 20:22
professionalMadhan Mohan Reddy P4-Sep-12 20:22 
GeneralRe: OpenFile dialog in a HTML page Pin
Sandeep Mewara4-Sep-12 20:24
mveSandeep Mewara4-Sep-12 20:24 

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.