While uploading a file with File.upload I'm getting a 400 bad request. Now sniffing the activity, it show it's going to www.myserver.com:80/upload.php
Now throwing this (www.myserver.com:80/upload.php) in the browser gives a not found and using www.myserver.com/upload.php will give me the feedback I need. Any ideas how to solve this?