We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c422454 commit df49f29Copy full SHA for df49f29
lib/plug/upload.ex
@@ -248,7 +248,7 @@ defmodule Plug.Upload do
248
end
249
250
defp delete_path({_pid, path}) do
251
- :file.delete(path)
+ :file.delete(path, [:raw])
252
:ok
253
254
lib/plug/upload/terminator.ex
@@ -21,7 +21,7 @@ defmodule Plug.Upload.Terminator do
21
22
23
24
25
26
27
0 commit comments