How to upload a file to a form (Site is using Lando/Docker) #4182
Unanswered
retrodans
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having trouble uploading a jpg file into a Drupal form, and cannot work out why, or how best to debug it, the snippets of code around this look like:
Get and test the file
The upload commands I am testing
Both of these return similar errors
Is there anything special I need to do to get to work in Docker? Or maybe just some steps to debug, as
existsSync
says the file is there (returns true), but nightwatch says it isn't. I have gone through forum posts, but most comments are quite old, and also don't appear to help resolve this.Thanks for any tips,
Dan
Beta Was this translation helpful? Give feedback.
All reactions