We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The expected behavior is a valid file path resulting in the uploaded file being saved in the correct folder
%Waffle.File{ path: "c:/Users/Moses/AppData/Local/Temp/plug-1736-1WZ6/multipart-1736580694-728821873830-4", file_name: "download.jpg", binary: nil, is_tempfile?: nil }
Saving yields the following result
{:error, ["Invalid Parameter - /Users\r\n"]}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dev
Elixir 1.16.0 (compiled with Erlang/OTP 26)
{:waffle, "
> 1.1"},> 0.0"},{:waffle_ecto, "
Windows 10 Pro
Expected behavior
The expected behavior is a valid file path resulting in the uploaded file being saved in the correct folder
%Waffle.File{
path: "c:/Users/Moses/AppData/Local/Temp/plug-1736-1WZ6/multipart-1736580694-728821873830-4",
file_name: "download.jpg",
binary: nil,
is_tempfile?: nil
}
Actual behavior
Saving yields the following result
{:error, ["Invalid Parameter - /Users\r\n"]}
The text was updated successfully, but these errors were encountered: