analytics / lib /plausible_web /templates /site /csv_import.html.heex
Leon4gr45's picture
Upload folder using huggingface_hub (part 3)
88211d3 verified
Raw
History Blame Contribute Delete
555 Bytes
<.focus_box>
<:title>Import from CSV files</:title>
<:subtitle>
Please ensure each file follows
<.styled_link href="https://plausible.io/docs/csv-import">
our CSV format guidelines.
</.styled_link>
You can upload multiple files simultaneously by either selecting them in the file dialog or dragging and dropping them into the designated area.
</:subtitle>
{live_render(@conn, PlausibleWeb.Live.CSVImport,
session: %{
"site_id" => @site.id,
"storage" => on_ee(do: "s3", else: "local")
}
)}
</.focus_box>