Re: upload file with multipart
"Zahd Rahman" <[email protected]> Sat, 15 Feb 2003 14:07:19 -0000
| Newsgroups | gmane.comp.web.jigsaw |
|---|---|
| Message-ID | <001101c2d4fb$8e460af0$3471fea9@objectwoszbz07> |
This is a multi-part message in MIME format.
------=_NextPart_000_000E_01C2D4FB.8DAD2650
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
upload file with multipart
The information below can be found at =
http://www.w3.org/TR/device-upload
The final example below requests the operator to select images from any =
device, including the filesystem, for upload to the server, as long as =
they are less than 100 KB.
<INPUT name=3D"picture2" type=3D"file" device=3D"any" =
accept=3D"image"
maxlength=3D"100000">
You can find further information at the link provided or type upload in =
the search engine
at www.w3c.org
----- Original Message -----=20
From: Long Pham=20
To: [email protected]=20
Sent: Saturday, February 15, 2003 3:41 AM
Subject: upload file with multipart
Hi everyone,=20
I am uploading a small file using multipart that is not a problem. =
However, I encounter a problem when I upload a 1-mbyte file or more =
using multipart. I would like to know what is the default size for =
multipart upload? How do I change the default size?
Thanks=20
Long=20
------=_NextPart_000_000E_01C2D4FB.8DAD2650
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>upload file with multipart</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>The information below can be found=20
at </FONT><FONT face=3DArial size=3D2><A=20
href=3D"http://www.w3.org/TR/device-upload">http://www.w3.org/TR/device-u=
pload</A></FONT></DIV>
<DIV>
<P>The final example below requests the operator to select images from =
any=20
device, including the filesystem, for upload to the server, as long as =
they are=20
less than 100 KB.</P><PRE> <INPUT name=3D"picture2" type=3D"file" =
device=3D"any" accept=3D"image"
maxlength=3D"100000"></PRE><PRE>
You can find further information at the link provided or type upload in =
the search engine</PRE><PRE>at <A =
href=3D"http://www.w3c.org">www.w3c.org</A></PRE><PRE> </PRE><PRE>&n=
bsp;</PRE><PRE> </PRE></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV=20
style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
<A [email protected] href=3D"mailto:[email protected]">Long =
Pham</A> </DIV>
<DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
[email protected]=20
href=3D"mailto:[email protected]">[email protected]</A> </DIV>
<DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Saturday, February 15, =
2003 3:41=20
AM</DIV>
<DIV style=3D"FONT: 10pt arial"><B>Subject:</B> upload file with =
multipart</DIV>
<DIV><FONT face=3DArial size=3D2></FONT><BR></DIV><!-- Converted from =
text/rtf format -->
<P><FONT face=3DArial size=3D2>Hi everyone, </FONT><BR><FONT =
face=3DArial size=3D2>I=20
am uploading a small file using multipart that is not a problem. =
However, I=20
encounter a problem when I upload a 1-mbyte file or more using =
multipart. I=20
would like to know what is the default size for multipart =
upload? How do=20
I change the default size?<BR></FONT><BR><FONT face=3DArial =
size=3D2>Thanks</FONT>=20
</P>
<P><FONT face=3DArial size=3D2>Long</FONT> =
</P></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_000E_01C2D4FB.8DAD2650--