Click here to Skip to main content
15,896,522 members
Home / Discussions / C#
   

C#

 
AnswerRe: i am getting an error in C#. PinPopular
Not Active6-Apr-10 6:22
mentorNot Active6-Apr-10 6:22 
QuestionReverse tab in a TextBox. Pin
x3mjeff6-Apr-10 5:08
x3mjeff6-Apr-10 5:08 
AnswerRe: Reverse tab in a TextBox. Pin
OriginalGriff6-Apr-10 5:20
mveOriginalGriff6-Apr-10 5:20 
AnswerRe: Reverse tab in a TextBox. Pin
x3mjeff6-Apr-10 5:32
x3mjeff6-Apr-10 5:32 
GeneralRe: Reverse tab in a TextBox. Pin
OriginalGriff6-Apr-10 6:08
mveOriginalGriff6-Apr-10 6:08 
GeneralRe: Reverse tab in a TextBox. Pin
Nitin S6-Apr-10 5:44
professionalNitin S6-Apr-10 5:44 
AnswerRe: Reverse tab in a TextBox. Pin
AspDotNetDev6-Apr-10 12:22
protectorAspDotNetDev6-Apr-10 12:22 
QuestionAccepting file via CGI POST? Pin
DaveKub6-Apr-10 4:58
DaveKub6-Apr-10 4:58 
I have a C# CGI app that I have to modify so that it can accept file uploads from (company internal) web users. The app currently only expects 'regular' form data (ie, text name/value pairs).Can anyone point me to something that tells how to handle the file contents?

I've got the HTML form set up as a POST with 'enctype="multipart/form-data"', but I don't know how to handle the multipart form content on the server side. Currently, the app just uses 'Console.In.ReadToEnd()' to get the form contents and then splits the resulting string on '&' to get each name/value pair, and then splits those on '=' to get each name and value. Obvisouly, that doesn't work for multipart/form-data.

Any suggestions? And no, rewriting the app in ASP.NET is not an option currently. Smile | :)

Dave
Questionhow to make call from software using c# Pin
sudhir behera6-Apr-10 4:22
sudhir behera6-Apr-10 4:22 
AnswerRe: how to make call from software using c# Pin
DaveyM696-Apr-10 5:26
professionalDaveyM696-Apr-10 5:26 
GeneralRe: how to make call from software using c# Pin
Gonzoox6-Apr-10 10:34
Gonzoox6-Apr-10 10:34 
AnswerRe: how to make call from software using c# Pin
Jay Shankar6-Apr-10 20:32
Jay Shankar6-Apr-10 20:32 
QuestionMessage Removed Pin
6-Apr-10 3:37
billy_iii6-Apr-10 3:37 
AnswerRe: load assemble with xml Pin
WillemM6-Apr-10 4:44
WillemM6-Apr-10 4:44 
AnswerRe: load assemble with xml Pin
PIEBALDconsult6-Apr-10 5:25
mvePIEBALDconsult6-Apr-10 5:25 
GeneralRe: load assemble with xml Pin
billy_iii6-Apr-10 6:19
billy_iii6-Apr-10 6:19 
GeneralRe: load assemble with xml Pin
Not Active6-Apr-10 6:26
mentorNot Active6-Apr-10 6:26 
GeneralRe: load assemble with xml Pin
billy_iii6-Apr-10 9:32
billy_iii6-Apr-10 9:32 
GeneralRe: load assemble with xml Pin
Not Active6-Apr-10 9:47
mentorNot Active6-Apr-10 9:47 
QuestionC#, DataGridView, Allow user to reposition columns Pin
RobScripta6-Apr-10 3:14
professionalRobScripta6-Apr-10 3:14 
QuestionPropertyGrid fails to group a property marked as being in Category Behavior. Pin
Paw Jershauge6-Apr-10 2:16
Paw Jershauge6-Apr-10 2:16 
AnswerRe: PropertyGrid fails to group a property marked as being in Category Behavior. Pin
Eddy Vluggen6-Apr-10 5:31
professionalEddy Vluggen6-Apr-10 5:31 
GeneralRe: PropertyGrid fails to group a property marked as being in Category Behavior. Pin
Paw Jershauge6-Apr-10 8:11
Paw Jershauge6-Apr-10 8:11 
GeneralRe: PropertyGrid fails to group a property marked as being in Category Behavior. Pin
Eddy Vluggen6-Apr-10 9:18
professionalEddy Vluggen6-Apr-10 9:18 
GeneralRe: PropertyGrid fails to group a property marked as being in Category Behavior. Pin
Paw Jershauge6-Apr-10 11:10
Paw Jershauge6-Apr-10 11:10 

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.