- From: Zahd Rahman <zahidr@btconnect.com>
- Date: Sat, 15 Feb 2003 14:35:21 -0000
- To: <www-jigsaw@w3.org>
- Message-ID: <001e01c2d4ff$7859df60$3471fea9@objectwoszbz07>
upload file with multipartDon'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 Saturday, 15 February 2003 09:35:31 UTC