in reply to While Uploading html file ,“WebKitFormBoundary ” are added at the top of page using perl. How to prevent this?

Can someone explain how to get rid of WebKitFormBoundary in uploaded file ?

either

use module/code which understands HTTP / formdata

or upload using a format your server expects, something that is not formdata

  • Comment on Re: While Uploading html file ,“WebKitFormBoundary ” are added at the top of page using perl. How to prevent this?