arvindbhardwaj2003 has asked for the wisdom of the Perl Monks concerning the following question:
Can someone explain how to get rid of WebKitFormBoundary in uploaded file ?my $req = POST( $url, Authorization => 'Basic ' . encode_base64('admin' . ':' . '*****') +, Content_Type => 'multipart/form-data', 'Content' => { 'file_to_upload' => ["$location"] } );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: While Uploading html file ,“WebKitFormBoundary ” are added at the top of page using perl. How to prevent this?
by Anonymous Monk on Sep 16, 2019 at 07:02 UTC |