Help for this page

Select Code to Download


  1. or download this
    request=POST $upload_url,Content_Disposition => 'multipart/form-data',
                    Content_Type=> 'application/vnd.ms-excel',
    ...
                    Content_Length=> 1024,
                    submit => 1,
                    Content   => [ filename=>[$file ] ];