DonatienTessier
Databricks Partner

Hi @rr_5454,

You will find the answer here https://forums.databricks.com/questions/10648/upload-local-files-into-dbfs-1.html

You will have to:

  1. get the file to local file storage
  2. move the file from dbfs

  3. load the file in a dataframe

This is one of the possible solutions.