I've created a java web service that uploads an image to a folder. It works fine from a html form, but when i tried to send the image from app inventor using PostFile
I get error 1104, which as I read means that either there's a problem with the url or with the internet connection. I know it's not my internet connection, so it has to be the url. I also noticed that in the web service the upload function requires a specific parameter
that contains the image, I don't know if that's what's causing the problem or how to specify in App Inventor that the image belongs to that parameter like on a html form.