Kiere El-Shafie

Results 3 comments of Kiere El-Shafie

@aislanmaia I'm using `arc` and `arc_ecto` with Phoenix 1.4.8 and Ecto 3.1.7 and it's all fine here. I would double-check how you are sending data from the UI to the...

@prihandi I am doing this with the `File.stat` function. In my changeset I have something like this (kind of hacky for now): (my `%Plug.Upload{}` is in the key "attachment") ```...

You can use `$.get()`... ```JavaScript $('#my_autocomplete').materialize_autocomplete({ multiple: { enable: false }, dropdown: { itemTemplate: '', noItem: "No matching items" }, hidden: { enable: false }, onSelect: function (item) { //...