You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guys, I have to create a issue for this, because I couldn't find anything about it.
Well, I am using Rails 4 and Ruby 2.2.4 and I am uploading a SVG file to a S3 bucket.
I can upload the file and display correclty the SVG file while it's on cache folder, but when it's moved to store folder and lose the extension I try to display the image using the attachment_url(, :logo, filename: :svg) it loses the XML content for SVG file.
How can I use SVG files with Refile?
The text was updated successfully, but these errors were encountered:
Guys, I have to create a issue for this, because I couldn't find anything about it.
Well, I am using Rails 4 and Ruby 2.2.4 and I am uploading a SVG file to a S3 bucket.
I can upload the file and display correclty the SVG file while it's on cache folder, but when it's moved to store folder and lose the extension I try to display the image using the attachment_url(, :logo, filename: :svg) it loses the XML content for SVG file.
How can I use SVG files with Refile?
The text was updated successfully, but these errors were encountered: