Share Posted June 4, 2015 i set like this var req : URLRequest = new URLRequest( url ); req.data = urlVar; req.method = URLRequestMethod.POST; I did Monitering by using developer tool ( F12 -> Network menu ) in chrome browser. but result is not POST, that is GET. i don't understand this. i loaded binary Data by DataLoader. if you know this kind of problem, let me know how to solve. thanks Link to comment Share on other sites More sharing options...
Share Posted June 4, 2015 I suspect the "get" request is the one that's querying the file size. Does it resolve things if you define an estimatedBytes? That way, it doesn't have to try to figure out the file size first. If you're still having trouble, please post a reduced test case FLA with only the necessary code to reproduce the problem, and we can take a peek. Hit the "more reply options" button to get to a screen where you can attach a file. Please zip it first. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now