Download file to specified path in python

回答済み
新規投稿

コメント

1件のコメント

  • KS7315

    It is solved.

    #before
    output_file = open(box_file.name, 'wb')

     

    #after

    output_file = open("C:/Users/user/script/box/download_path/" + box_file.name, 'wb')

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。