I have my server created in node in which it is used to upload images, currently with html it works fine but I want to try with kodular and it doesn’t work, can someone help me how can I make it work with kodular? . I am using the web component and entering the url of my server (I am using ngrok to make my server online) /upload is the endpoint of my server that is used to send the file
Remove the Get method, also remove the GotFile event and use the Web GotText event to find out if the upload went fine… check the response content there