.NET Framework - Up loading

Asked By Dou
01-Sep-07 02:22 PM
I received this message with a form I'm working on. I placed two uploads in
it and received this message.

A FrontPage File Upload component is incorrectly configured. Please set the
MIME encoding type for the form to be multipart/form-data.

Help!
Rusynko
(1)
Multipart
(1)
Fp2002
(1)
Scid
(1)
SBR
(1)
  Stefan B Rusynko replied...
02-Sep-07 04:50 AM
Process should be the same as in FrontPage
See http://support.microsoft.com/default.aspx?scid=kb;en-us;299763&Product=fp2002

--

_____________________________________________
SBR @ ENJOY (-:              [ Microsoft MVP - FrontPage ]
_____________________________________________
  Dou replied...
04-Sep-07 12:40 PM
Stefan,

That was it. Thanks for the help.
Create New Account
help
Multipart Mime Message Parser in .NET BCL .NET Framework I have been looking in BCL for utility class(es) that could help me parse a multipart mime message but the search ended with no luck. I guess parsing such messages (email message is an example of multipart mime message, http does support multipart mime messages as well) is a very common requirement and wonder why MS opted not implementation that could help me do the following tasks (a rather basic implementation of a multipart mime message parser as a .NET class). 1. Load a message from a file stream the content (body part; without headers) 4. Give me parts of the messages for a multipart message individually as a separate mime message object or something like that 5. Support for encoding / decoding would be an added advantage A Multipart mime message writer class would also be a great one to have. See if anybody Mail.MailMessage (1) System.Web.HttpRequest (1) MIMEBlackbox (1) MailMessage (1) Parser (1) Load (1) Multipart (1) Writer (1) Hello! You wrote on Thu, 21 Jun 2007 02:19:51 -0700
Moving to Expression Web from FP2002? - advice please. .NET Framework I have used FP2002 off and on for a while as I develop and operate a couple of websites we use such items as the hit counter and other aspects that require FPE with FP2002? 2. Could I simply either FTP or publish to the freebie webhost that doesn't for $13 http: / / any-expression.com / expression-web / ebooks / keywords: Moving, to, Expression, Web, from, FP2002?, -, advice, please. description: I have used FP2002 off and on for a while as I develop and operate a couple of websites
enctype = "multipart / form-data" performance? .NET Framework I've got quite an already complex form to which know how to do this but wondered if adding the form tag to include enctype = "multipart / form-data" makes a big performance difference to the form when a photo isn't uploaded? Thanks, Rob. ASP.NET Discussions ASP.NET (1) BlogMetaFinder (1) JScript (1) UnBlog (1) Multipart (1) Onsubmit (1) Newsfe7 (1) Enctype (1) I doubt it, if there isn't any multipart data to encode. - - Peter Recursion: see Recursion site: http: / / www.eggheadcafe.com unBlog: http: / / petesbloggerama NET None at all. - - Mark Rae ASP.NET MVP http: / / www.markrae.net keywords: enctype = "multipart / form-data", performance? description: I've got quite an already complex form to which I