Re: ENCTYPE="Multipart/Form-Data" Any Drawbacks?
From: bruce barker (nospam_brubar_at_safeco.com)
Date: 07/15/04
- Next message: Daniel: "how to produce thumbnails"
- Previous message: John Saunders: "Re: <asp:table> problems"
- In reply to: Lucas Tam: "ENCTYPE="Multipart/Form-Data" Any Drawbacks?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 15 Jul 2004 12:45:59 -0700
the payload will be much higher.
for two fields, instead of :
f1=value1&f2=value2
the payload will look like:
-----------------------------7d44bc1306d0
Content-Disposition: form-data; name="f1"
value1
-----------------------------7d44bc1306d0
Content-Disposition: form-data; name="f2"
value2
-----------------------------7d44bc1306d0
as the number of fields goes up, the more the cost.
-- bruce (sqlwork.com)
"Lucas Tam" <REMOVEnntp@rogers.com> wrote in message
news:Xns95276C4207A18nntprogerscom@140.99.99.130...
> Hi all,
>
> I'm using ASP MasterPages for my templates. As such, I have a couple of
> pages which are for file uploads.
>
> Is there any drawbacks in making all my forms of type:
> ENCTYPE="Multipart/Form-Data"?
>
> Will this cause resource or security issues?
>
> Thanks.
>
> --
> Lucas Tam (REMOVEnntp@rogers.com)
> Please delete "REMOVE" from the e-mail address when replying.
> http://members.ebay.com/aboutme/coolspot18/
- Next message: Daniel: "how to produce thumbnails"
- Previous message: John Saunders: "Re: <asp:table> problems"
- In reply to: Lucas Tam: "ENCTYPE="Multipart/Form-Data" Any Drawbacks?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|