- From: Zahd Rahman <zahidr@btconnect.com>
- Date: Tue, 18 Feb 2003 00:59:21 -0000
- To: <www-jigsaw@w3.org>
- Message-ID: <002201c2d6e8$f93fa610$3471fea9@objectwoszbz07>
upload file with multipartYou didn't even bother to say thank you.
http://www.objectworlds.com
----- Original Message -----
From: Zahd Rahman
To: www-jigsaw@w3.org
Sent: Saturday, February 15, 2003 2:35 PM
Subject: Re: upload file with multipart
Don't forget to read the paragraph called "security considerations"
which can be found at the same link.
http://www.w3.org/TR/device-upload
----- Original Message -----
From: Zahd Rahman
To: www-jigsaw@w3.org
Sent: Saturday, February 15, 2003 2:07 PM
Subject: Re: 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="picture2" type="file" device="any" accept="image"
maxlength="100000">
You can find further information at the link provided or type upload in the search engine
at www.w3c.org
----- Original Message -----
From: Long Pham
To: www-jigsaw@w3.org
Sent: Saturday, February 15, 2003 3:41 AM
Subject: upload file with multipart
Hi everyone,
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
Long
Received on Wednesday, 19 February 2003 09:28:24 UTC