I am trying to save png in my rails application using the code below
uploader = AvatarUploader.new uploader.store!(params[:image])
But it throws an ArgumentError (invalid byte sequence in UTF-8)
What am I doing wrong here?
I am sending it through the ios app using AFNetworking.
source share