Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add live uploads #1184

Merged
merged 157 commits into from
Nov 5, 2020
Merged

Add live uploads #1184

merged 157 commits into from
Nov 5, 2020

Conversation

chrismccord
Copy link
Member

Closes #104

Copy link
Member

@mcrumm mcrumm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're super close now, I can feel it :)

lib/phoenix_live_view.ex Outdated Show resolved Hide resolved
assets/js/phoenix_live_view.js Outdated Show resolved Hide resolved
assets/js/phoenix_live_view.js Outdated Show resolved Hide resolved
assets/js/phoenix_live_view.js Outdated Show resolved Hide resolved
assets/js/phoenix_live_view.js Outdated Show resolved Hide resolved
raise ArgumentError, """
invalid :external value provided to allow_upload.

Only an anymous function receiving the socket as an argument is supported. Got:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Only an anymous function receiving the socket as an argument is supported. Got:
Only an anonymous function receiving the entry and the socket as arguments is supported. Got:

lib/phoenix_live_view/upload_config.ex Outdated Show resolved Hide resolved
mix.exs Outdated Show resolved Hide resolved
test/support/endpoint.ex Outdated Show resolved Hide resolved
test/support/endpoint.ex Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explore image uploads
9 participants