<.phx_form_for for={%{}} as={:story} :let={f}>
<.file_upload_input_group
form={f}
name={:file}
upload_config={%Phoenix.LiveView.UploadConfig{entries: [%Phoenix.LiveView.UploadEntry{ref: "upload-input"}], accept: ".jpg, .png", ref: "upload-input", errors: [{"upload-input", :too_large}]}}
upload_progress={0}
/>
</.phx_form_for>