Click here to Skip to main content
15,887,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Multiple File Uploading without inputFile control (urgent!) Pin
Michael Sync12-Aug-07 4:55
Michael Sync12-Aug-07 4:55 
GeneralProblem in CheckBoxList Pin
ballameharmurali10-Aug-07 23:17
ballameharmurali10-Aug-07 23:17 
GeneralRe: Problem in CheckBoxList Pin
Milind Panchal10-Aug-07 23:24
Milind Panchal10-Aug-07 23:24 
GeneralRe: Problem in CheckBoxList Pin
ballameharmurali11-Aug-07 1:26
ballameharmurali11-Aug-07 1:26 
Questioncasting problem Pin
ksaw12310-Aug-07 21:37
ksaw12310-Aug-07 21:37 
AnswerRe: casting problem Pin
Guffa11-Aug-07 2:34
Guffa11-Aug-07 2:34 
QuestionFile Uploader ActiveX control Pin
Milind Panchal10-Aug-07 21:28
Milind Panchal10-Aug-07 21:28 
AnswerRe: File Uploader ActiveX control Pin
Michael Sync12-Aug-07 4:51
Michael Sync12-Aug-07 4:51 
Why do you need ActiveX control for uploading file?

I never use any ActiveX control in my project. I used to use only "File" html control. but the problem with this control is that it doesn't support multiple file uploads. it is very big problem when I was developing the Photo Gallery web application that need multiple photos uploads. What I did is that I make the "file" control (eg: fileCtl1 ) invisiable after the user selected the image for uploading. then, I dynamically create another "file"(eg: fileCtl2 ) control and show it to the user. When the user clicks "Upload" button, I take all "file" controls and save them to the server. (eg: fileCtl1.Save and fileCtl2.Save )..


If you don't wanna write the js code, you may probably use Flash control for that..

check-out the link below if you interest in using flash upload controls in ASP.NET

http://www.codeproject.com/aspnet/FlashUpload.asp[^]

Hope it helps.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

QuestionDisable Save As in Internet Explorer Pin
Blumen10-Aug-07 20:28
Blumen10-Aug-07 20:28 
AnswerRe: Disable Save As in Internet Explorer Pin
Michael Sync12-Aug-07 4:36
Michael Sync12-Aug-07 4:36 
GeneralRe: Disable Save As in Internet Explorer Pin
Blumen12-Aug-07 20:00
Blumen12-Aug-07 20:00 
GeneralRe: Disable Save As in Internet Explorer Pin
Michael Sync12-Aug-07 20:48
Michael Sync12-Aug-07 20:48 
AnswerRe: Disable Save As in Internet Explorer Pin
petersgyoung12-Aug-07 15:06
petersgyoung12-Aug-07 15:06 
QuestionInserting google map in a .net application Pin
harryforum10-Aug-07 19:47
harryforum10-Aug-07 19:47 
AnswerRe: Inserting google map in a .net application Pin
Michael Sync12-Aug-07 4:40
Michael Sync12-Aug-07 4:40 
Questionrelative problem Pin
Sonia Gupta10-Aug-07 19:42
Sonia Gupta10-Aug-07 19:42 
AnswerRe: relative problem Pin
petersgyoung10-Aug-07 20:14
petersgyoung10-Aug-07 20:14 
GeneralRe: relative problem Pin
Vipin.d11-Aug-07 20:23
Vipin.d11-Aug-07 20:23 
QuestionGrouping session variables Pin
firestoper10-Aug-07 13:45
firestoper10-Aug-07 13:45 
AnswerRe: Grouping session variables Pin
petersgyoung10-Aug-07 15:32
petersgyoung10-Aug-07 15:32 
GeneralRe: Grouping session variables Pin
firestoper10-Aug-07 17:17
firestoper10-Aug-07 17:17 
GeneralRe: Grouping session variables Pin
firestoper10-Aug-07 19:05
firestoper10-Aug-07 19:05 
GeneralRe: Grouping session variables Pin
petersgyoung10-Aug-07 19:50
petersgyoung10-Aug-07 19:50 
QuestionSQLDataSource Inserting Pin
hurrem10-Aug-07 12:50
hurrem10-Aug-07 12:50 
AnswerRe: SQLDataSource Inserting Pin
Fred_Smith10-Aug-07 13:06
Fred_Smith10-Aug-07 13:06 

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.