Re: upload file with multipart

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:08:10 UTC