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
It appears that when a file is uploaded from a URL, it attempts to upload the files to the wrong directory.
For example:
img = Image.new
img.remote_file_url = "http://server.com/folder/image.jpg"
img.save
Net::FTPPermError: 550 /public_html/images/http://server.com/folder: No such file or directory
As you see it's attempting to save the file in a directory that contains the domain and path from the original file.
The text was updated successfully, but these errors were encountered:
Greetings,
It appears that when a file is uploaded from a URL, it attempts to upload the files to the wrong directory.
For example:
As you see it's attempting to save the file in a directory that contains the domain and path from the original file.
The text was updated successfully, but these errors were encountered: