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

Validation when uploading from a remote URL #282

Open
morgz opened this issue Jun 21, 2019 · 0 comments
Open

Validation when uploading from a remote URL #282

morgz opened this issue Jun 21, 2019 · 0 comments

Comments

@morgz
Copy link

morgz commented Jun 21, 2019

Environment

  • Elixir version (elixir -v):
    1.8.1
  • Arc version (mix deps):
    {:arc, "~> 0.11.0"},
  • Arc dependencies when applicable (mix deps):
    {:arc_ecto, "~> 0.11.1"},
  • Operating system:
    osx

How can you use

 # Whitelist file extensions:
  def validate({file, scope}) do
      _ -> ~w(.jpg .jpeg .gif .png) |> Enum.member?(Path.extname(file.file_name))
  end

When uploading via a remote URL?

for example: https://graph.facebook.com/10161619653110632/picture?type=square

The file info doesn't give me much to work with:

%Arc.File{binary: nil, file_name: "picture", path: "/var/folders/41/t37wy48124zdh1qwx76cz5y00000gn/T/OJIFYN6COCTZYYE7E4NHGU2E42KWZXCJ"}

Thanks

Dan

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

No branches or pull requests

1 participant