I think that instead of doing
file_input(view, "#profile_pic_upload", ...)
you should do
file_input(view, "#my_form_containing_profile_pic_upload", ...)
Let us know if it works!
I think that instead of doing
file_input(view, "#profile_pic_upload", ...)
you should do
file_input(view, "#my_form_containing_profile_pic_upload", ...)
Let us know if it works!