Jerome Richalot
Jerome Richalot
Hopefully I am writing this in the correct place. Please edit and/or delete as seems fit. I have coded the "save to file" aspect as follows ``` // create filename...
Thanks @joeyklee. The code works... but much more elegant indeed with `delete data.image64` as a callback function indeed.
I think my issue is/was the same too. described here https://stackoverflow.com/questions/59024415/405-method-not-allowed-error-returned-upon-post-request-in-node-js-and-express/59027595#59027595
> I just had the same issue. > https://stackoverflow.com/questions/60010357/405-method-not-allowed-in-simple-html-form-php-code Dropping live server extension seems to solve it for most.