Re: [flexcoders] Air upload -> File IO Error -> port issue

2009-01-27 Thread Jake Churchill
Looks like the server might not be set to listen on port 80 if it's not working in the browser either. It is possible to do port forwarding at the domain level so maybe port 80 is somewhere being forwarded and is actually hitting another port on the server. If that's not the case then you've

[flexcoders] Air upload -> File IO Error -> port issue

2009-01-27 Thread moyosaned
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 feed

[flexcoders] Air upload -> File IO Error -> port issue

2009-01-27 Thread moyosaned
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 feed