Incorrect File Upload Path #634
Answered
by
rangav
ibirman-vbrick
asked this question in
Q&A
-
When I try to add a file using the Files option under Form Fields on a Windows computer, the Path to the file is created as an absolute path from c:, but the backslashes aren't escaped so it doesn't work. If I let it create a JavaScript code snippet, it creates the path like this: formdata.append("", fs.createReadStream("C:\temp\shipit.jpg")); But it should have double backslashes instead. Is this a known issue? If not, should I create an Issue? |
Beta Was this translation helpful? Give feedback.
Answered by
rangav
Jun 23, 2022
Replies: 1 comment
-
@ibirman-vbrick please create a new issue, thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ibirman-vbrick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ibirman-vbrick please create a new issue, thanks